From 1d81e575018458395b2df85d9decf7d16e9ea887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Sun, 4 Oct 2020 19:49:14 +0300 Subject: create-ssl-certificate: default to 4096 bit SSL certificates (mga#27359) --- create-ssl-certificate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create-ssl-certificate') diff --git a/create-ssl-certificate b/create-ssl-certificate index a0d7352..398470a 100755 --- a/create-ssl-certificate +++ b/create-ssl-certificate @@ -22,7 +22,7 @@ fi if [ ! -f "/etc/pki/tls/private/$srv.pem" ]; then # default values host=$(hostname) - KEY_LENGTH=2048 + KEY_LENGTH=4096 CERT_DAYS=365 EMAIL_ADDRESS=root@$host COMMON_NAME=$host -- cgit v1.2.1