Skip to content

Commit

Permalink
Ajuste al último commit ...
Browse files Browse the repository at this point in the history
  • Loading branch information
reingart committed Aug 9, 2016
1 parent b907eab commit 96de17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsaa.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

2 comments on commit 96de17a

@GrupoEisis
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mariano, hago una pregunta tonta: Tengo varios clientes con las claves privadas ya generadas en 1024, cuyos certificados se vencen en Enero 2017. ¿el cambio en WSAA.py debo aplicarlo recién entonces?

@reingart
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

El cambio en WSAA es para generar las nuevas claves / pedido certificado (KEY+CSR), solo si ya se les han vencido los certificados actuales o necesitan nuevos.
Si el certificado funciona correctamente, no sería necesario realizar ninguna modificación por el momento.

Please sign in to comment.