mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
remove name conflict with existing function
This commit is contained in:
parent
a57bf4824a
commit
50466263ff
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
from M2Crypto import EVP, X509, RSA
|
||||
|
||||
def make_request(names, bits=2048):
|
||||
def make_key_and_csr(names, bits=2048):
|
||||
"""Return a tuple (key, csr) containing a PEM-formatted private key
|
||||
of the specified number of bits and a CSR requesting a certificate for
|
||||
the specified DNS names."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue