Skip to content

Commit 96de17a

Browse files
committed
Ajuste al último commit ...
1 parent b907eab commit 96de17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsaa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def AnalizarCertificado(self, crt, binary=False):
191191
return True
192192

193193
@inicializar_y_capturar_excepciones
194-
def CrearClavePrivada(self, filename="privada.key", key_length=1024,
194+
def CrearClavePrivada(self, filename="privada.key", key_length=4096,
195195
pub_exponent=0x10001, passphrase=""):
196196
"Crea una clave privada (private key)"
197197
from M2Crypto import RSA, EVP

0 commit comments

Comments
 (0)