]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecot-example.conf: Drop _file from ssl_cert and ssl_key.
authorTimo Sirainen <tss@iki.fi>
Sat, 23 May 2009 19:02:30 +0000 (15:02 -0400)
committerTimo Sirainen <tss@iki.fi>
Sat, 23 May 2009 19:02:30 +0000 (15:02 -0400)
--HG--
branch : HEAD

dovecot-example.conf

index df8b65934e5c7e7da7a8f7e3160c92571ba820d4..d0553e7e4509342f5d086c88eb8437382dd5b358 100644 (file)
@@ -93,8 +93,8 @@
 # dropping root privileges, so keep the key file unreadable by anyone but
 # root. Included doc/mkcert.sh can be used to easily generate self-signed
 # certificate, just make sure to update the domains in dovecot-openssl.cnf
-ssl_cert_file = </etc/ssl/certs/dovecot.pem
-ssl_key_file = </etc/ssl/private/dovecot.pem
+ssl_cert = </etc/ssl/certs/dovecot.pem
+ssl_key = </etc/ssl/private/dovecot.pem
 
 # If key file is password protected, give the password here. Alternatively
 # give it when starting dovecot with -p parameter. Since this file is often