From 6684fb4d712a94853fe5f9e3eb806b051ca60c76 Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Mon, 15 Jan 2018 17:38:52 +0100 Subject: [PATCH] Use 4096 bits for CA key --- shellpki.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellpki.sh b/shellpki.sh index 86e671d..61e5191 100755 --- a/shellpki.sh +++ b/shellpki.sh @@ -38,7 +38,7 @@ init() { fi $OPENSSL dhparam -out $PREFIX/ca/dh2048.pem 2048 -$OPENSSL genrsa -out $PREFIX/ca/private.key 2048 +$OPENSSL genrsa -out $PREFIX/ca/private.key 4096 $OPENSSL req \ -config $CONFFILE \