From 96de17a4b641011664cb6487518f3e1277679ab1 Mon Sep 17 00:00:00 2001 From: Mariano Reingart Date: Tue, 9 Aug 2016 00:17:55 -0300 Subject: [PATCH] =?UTF-8?q?Ajuste=20al=20=C3=BAltimo=20commit=20...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wsaa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsaa.py b/wsaa.py index 8da596d52..034219596 100644 --- a/wsaa.py +++ b/wsaa.py @@ -191,7 +191,7 @@ def AnalizarCertificado(self, crt, binary=False): return True @inicializar_y_capturar_excepciones - def CrearClavePrivada(self, filename="privada.key", key_length=1024, + def CrearClavePrivada(self, filename="privada.key", key_length=4096, pub_exponent=0x10001, passphrase=""): "Crea una clave privada (private key)" from M2Crypto import RSA, EVP