Remove hostname from cert filename
[sysconfig/dovecot.git] / conf.d / 10-ssl.conf
index cac7f8c22af7bade2cefe029d782851dd1393772..ee722423d31298714f28b599fbe7ff4e7e393f24 100644 (file)
@@ -9,8 +9,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 = </etc/ssl/certs/olinda.dovecot.crt
-ssl_key = </etc/ssl/private/olinda.dovecot.key
+ssl_cert = </etc/dovecot/dovecot.pem
+ssl_key = </etc/dovecot/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