]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doc: add ssl_dh to example-config
authorMartti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
Fri, 30 Dec 2016 08:20:32 +0000 (10:20 +0200)
committerGitLab <gitlab@git.dovecot.net>
Wed, 18 Jan 2017 10:15:27 +0000 (12:15 +0200)
doc/example-config/conf.d/10-ssl.conf

index 2cd445b3929875f29690aff2c8b44f0b32fd6e88..a70cbdb4b106ceaa2f4e37b3e3b6a71ec8e86d09 100644 (file)
@@ -42,6 +42,12 @@ ssl_key = </etc/ssl/private/dovecot.pem
 # auth_ssl_username_from_cert=yes.
 #ssl_cert_username_field = commonName
 
+# SSL DH parameters
+# Generate new params with `openssl dhparam -out /etc/dovecot/dh.pem 4096`
+# Or migrate from old ssl-parameters.dat file with the command dovecot
+# gives on startup when ssl_dh is unset.
+#ssl_dh = </etc/dovecot/dh.pem
+
 # DH parameters length to use.
 #ssl_dh_parameters_length = 1024