1
0
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:
Seth Schoen
2012-08-10 18:43:01 -07:00
parent a57bf4824a
commit 50466263ff

View File

@@ -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."""