Change the OpenSSL default keysize to 4096.

Changing the OpenSSL default keysize to 4096 from 2048 to match current
best practice guidelines.
This commit is contained in:
Rob Lazzurs 2017-05-30 17:05:58 +01:00
parent 3f4bf565b1
commit 6e31bee62b

View file

@ -52,7 +52,7 @@ emailAddress = optional
# Easy-RSA request handling
# We key off $DN_MODE to determine how to format the DN
[ req ]
default_bits = 2048
default_bits = 4096
default_keyfile = privkey.pem
default_md = sha256
distinguished_name = cn_only