Page MenuHomeGitPull.it

Certificate problem on mail.reyboz.it
Closed, ResolvedPublic

Description

Reported by @CristianNX:

photo_2020-01-11_09-21-29.jpg (1×720 px, 146 KB)

Event Timeline

valerio.bozzolan closed this task as Resolved.
valerio.bozzolan triaged this task as High priority.

Let's Encrypt was renewing the certificates, but the software using these certificates were not reloaded.

I've manually run:

systemctl reload apache2 dovecot postfix

And updated my crontab from:

letsencrypt renew > /dev/null && systemctl reload apache2

To:

letsencrypt renew > /dev/null && systemctl reload apache2 dovecot postfix