Index: dovecot-2.3.17.1/doc/man/doveconf.1.in =================================================================== --- dovecot-2.3.17.1.orig/doc/man/doveconf.1.in +++ dovecot-2.3.17.1/doc/man/doveconf.1.in @@ -136,7 +136,7 @@ Show passwords and other sensitive value .TP .B \-x Expand configuration variables (e.g. \(Domail_plugins \(rA quota) and show -file contents (from e.g. ssl_cert = [CompilingSource.txt] -By default the SSL certificate is read from '/etc/ssl/certs/dovecot.pem' and +By default the SSL certificate is read from '/etc/ssl/private/dovecot.crt' and the private key from '/etc/ssl/private/dovecot.pem'. The '/etc/ssl' directory can be changed using the '--with-ssldir=DIR' configure option. Both can of course be overridden from the configuration file. Index: dovecot-2.3.17.1/doc/wiki/SSL.CertificateCreation.txt =================================================================== --- dovecot-2.3.17.1.orig/doc/wiki/SSL.CertificateCreation.txt +++ dovecot-2.3.17.1/doc/wiki/SSL.CertificateCreation.txt @@ -39,7 +39,7 @@ CN matches the connected host name, othe invalid. It's also possible to use wildcards (eg. *.domain.com) in the host name. They should work with most clients. -By default the certificate is created to '/etc/ssl/certs/dovecot.pem' and the +By default the certificate is created to '/etc/ssl/private/dovecot.crt' and the private key file is created to '/etc/ssl/private/dovecot.pem'. Also by default the certificate will expire in 365 days. If you wish to change any of these, modify the mkcert.sh script. Index: dovecot-2.3.17.1/doc/wiki/SSL.DovecotConfiguration.txt =================================================================== --- dovecot-2.3.17.1.orig/doc/wiki/SSL.DovecotConfiguration.txt +++ dovecot-2.3.17.1/doc/wiki/SSL.DovecotConfiguration.txt @@ -41,7 +41,7 @@ The most important SSL settings are (in ---%<------------------------------------------------------------------------- ssl = yes # Preferred permissions: root:root 0444 -ssl_cert =