diff options
Diffstat (limited to 'mox/config')
| -rw-r--r-- | mox/config/mox.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mox/config/mox.conf b/mox/config/mox.conf index 1ca60ff..76c3ce7 100644 --- a/mox/config/mox.conf +++ b/mox/config/mox.conf @@ -48,17 +48,17 @@ Listeners: TLS: KeyCerts: - - CertFile: path/to/mail.joeac.net-chain.crt.pem - KeyFile: path/to/mail.joeac.net.key.pem + CertFile: /etc/letsencrypt/live/mail.joeac.net/fullchain.pem + KeyFile: /etc/letsencrypt/live/mail.joeac.net/privkey.pem - - CertFile: path/to/mta-sts.mail.joeac.net-chain.crt.pem - KeyFile: path/to/mta-sts.mail.joeac.net.key.pem + CertFile: /etc/letsencrypt/live/mta-sts.mail.joeac.net/fullchain.pem + KeyFile: /etc/letsencrypt/live/mta-sts.mail.joeac.net/privkey.pem - - CertFile: path/to/autoconfig.mail.joeac.net-chain.crt.pem - KeyFile: path/to/autoconfig.mail.joeac.net.key.pem + CertFile: /etc/letsencrypt/live/autoconfig.mail.joeac.net/fullchain.pem + KeyFile: /etc/letsencrypt/live/autoconfig.mail.joeac.net/privkey.pem - - CertFile: path/to/clientsettings.mail.joeac.net-chain.crt.pem - KeyFile: path/to/clientsettings.mail.joeac.net.key.pem + CertFile: /etc/letsencrypt/live/clientsettings.mail.joeac.net/fullchain.pem + KeyFile: /etc/letsencrypt/live/clientsettings.mail.joeac.net/privkey.pem SMTP: Enabled: true Submissions: |
