Remove hostname from cert filename
authorAlex Dehnert <adehnert@mit.edu>
Sun, 10 Mar 2019 02:38:49 +0000 (02:38 +0000)
committerAlex Dehnert <alex@dehnerts.com>
Wed, 3 Apr 2019 05:36:06 +0000 (01:36 -0400)
We tentatively want matching filenames across VMs, which means removing the hostname.

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
 # 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
 
 # If key file is password protected, give the password here. Alternatively
 # give it when starting dovecot with -p parameter. Since this file is often