Hi, I have letsencrypt certificates obtained and installed on multiple servers. Everything had been working fine until recently we changed our email address connected to certbot account.
Since then I haven't received any mails about upcoming certificate expiry resulting in expiry of two of my certs, because of my renewal service malfunction.
Please let me know what further actions I need to take to solve the issue.
I ran command: sudo certbot update_account --email myemailaddress@example.com
and it seemed to end with success, because after I checked account info it returned that my email contact is set to my new email address.
My domain is:
orplast.saly.pl
The operating system my web server runs on is (include version):
Debian GNU/Linux 10
My web server is (include version):
Server version: Apache/2.4.38 (Debian)
I can login to a root shell on my machine (yes or no, or I don't know):
yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
certbot 1.28.0
@rg305 sorry for confusing you, orplast.saly.pl is just one of my domains. The actual one that needed the notification was eub2b.pard.com, because its certificate expired 3 days ago without prior warning.
@k.kusik Yes, Let's Encrypt sends the emails on a "best efforts" basis. They don't recommend relying solely on those emails to alert of pending expiration. See their documentation about that.
I don't see anything obviously wrong with eub2b.pard.com. What is the error shown by:
@k.kusik Are you perhaps reusing an email address you've previously used for ACME accounts and perhaps clicked on the link in an expiry email so you wouldn't get new mails (for a year)?
Also if you are filtering emails using a spam assassin style filter you might never get certain emails because they will likely come from a bulk sender IP, like Mandrill. You should check your logs.
@Osiris No, I have never used this email address before, it was created a few weeks ago and then registered to letsencrypt account in place of the old address.
That's good. Your cert should have renewed in early May. You should now check that your system schedules the renew command to run. This topic explains how to check that and set it up if it has not been.