From 07fa302d4380e9fa98720476becc8e1f83e1eb9a Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 7 Jul 2026 09:10:34 +0100 Subject: tls.mk --- mox/config/mox.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'mox/config') 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: -- cgit v1.2.3