From: Alex Dehnert Date: Mon, 7 Mar 2011 05:15:30 +0000 (-0500) Subject: Change the cert path X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=d9e80dbc98c60de24e8bd3ded98f2c900ff1bb87;hp=d60e5c180ee16eaca2fdeb1a39fc48612d9d2a90;p=sysconfig%2Fdovecot.git Change the cert path --- diff --git a/dovecot.conf b/dovecot.conf index 1bca84b..381763a 100644 --- a/dovecot.conf +++ b/dovecot.conf @@ -97,8 +97,8 @@ log_timestamp = "%Y-%m-%d %H:%M:%S " # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before # dropping root privileges, so keep the key file unreadable by anyone but # root. -ssl_cert_file = /etc/ssl/certs/olinda.mit.edu.dovecot.crt -ssl_key_file = /etc/ssl/private/olinda.mit.edu.dovecot.key +ssl_cert_file = /etc/ssl/certs/olinda.dovecot.crt +ssl_key_file = /etc/ssl/private/olinda.dovecot.key # If key file is password protected, give the password here. Alternatively # give it when starting dovecot with -p parameter. Since this file is often