From df376e804b9c0b714aed6b7fbdde9384f9c04666 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 22 Jul 2021 15:55:19 +0000 Subject: [PATCH] =?UTF-8?q?Hacer=20que=20el=20CA=20dure=2010=20a=C3=B1os?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- haini.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haini.sh b/haini.sh index 7575238..01ac009 100755 --- a/haini.sh +++ b/haini.sh @@ -81,7 +81,7 @@ generar_certificado() { echo "Generando certificados..." - correr "openssl req -x509 -nodes -new -sha256 -days 1024 -newkey rsa:2048 \ + correr "openssl req -x509 -nodes -new -sha256 -days 3650 -newkey rsa:2048 \ -keyout $ca_key -out $ca_crt.pem -subj '/C=AR/CN=Sutty-Local-CA'" correr "openssl x509 -outform pem -in $ca_crt.pem -out $ca_crt"