Skip to content

Commit

Permalink
doc: add ssl_dh to example-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrannanj authored and GitLab committed Jan 18, 2017
1 parent fafa639 commit e667d5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/example-config/conf.d/10-ssl.conf
Expand Up @@ -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

Expand Down

0 comments on commit e667d5d

Please sign in to comment.