From 50466263ff032819f4356510a343ffb56965f1e2 Mon Sep 17 00:00:00 2001 From: Seth Schoen Date: Fri, 10 Aug 2012 18:43:01 -0700 Subject: [PATCH] remove name conflict with existing function --- client-webserver/make-req.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-webserver/make-req.py b/client-webserver/make-req.py index d8f0aa1db..bdc2237a1 100644 --- a/client-webserver/make-req.py +++ b/client-webserver/make-req.py @@ -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."""