I am experiencing a weired issue regarding a letsencrypt SSL certificate on my postfix mail server.
According to certbot: "The following certs are not due for renewal yet: /etc/letsencrypt/live//fullchain.pem expires on 2022-01-31 (skipped)" (If i run certbot renew --dry-run, however, "[...] all renewals succeeded. The following certs have been renewed: /etc/letsencrypt/live//fullchain.pem (success)")
However, if I try to connect via IMAP (using thunderbird), I get a warning and the certificate shows a validity of "Not After 12/2/2021".
This is a difference of almost 2 month. I double checked that it is indeed the same certificate (dovecot and postfix both include the very same path printed out by certbot).
I guess I could forcefully renew the cert, but I'd rather understand the base issue here, to prevent another "invalid certificate" warning in the future.
Feels like I am overseeing something obvious as this is unlikely to be some kind of bug. If you need more information, tell me. Any tiny little hint is very welcome!
Happy codin'