mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
remove name conflict with existing function
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user