From: Arjen de Korte Date: Sat, 10 Apr 2021 11:52:15 +0000 (+0200) Subject: doc/openssl.cnf: Increase default_bits to 2048 X-Git-Tag: 2.3.15~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=397ca180b8e58bf38525afcf9af249b190120607;p=thirdparty%2Fdovecot%2Fcore.git doc/openssl.cnf: Increase default_bits to 2048 NIST guidelines mandate that all SSL certificates must be of at least 2048 key length --- diff --git a/doc/dovecot-openssl.cnf b/doc/dovecot-openssl.cnf index b2dfebfea9..f65a80cc2f 100644 --- a/doc/dovecot-openssl.cnf +++ b/doc/dovecot-openssl.cnf @@ -1,5 +1,5 @@ [ req ] -default_bits = 1024 +default_bits = 2048 encrypt_key = yes distinguished_name = req_dn x509_extensions = cert_type