diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-07 09:10:34 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-07 09:10:58 +0100 |
| commit | 07fa302d4380e9fa98720476becc8e1f83e1eb9a (patch) | |
| tree | 48e8ebbe7864e13384c36ee2b13bbf87c878de1f /mox/config | |
| parent | 4a2b27f54a11ebfa36bdd45542c7a20f9a560209 (diff) | |
tls.mk
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: |
