Cannot renew even after getting the expiration email

My domain is: usorgames.com
I got SSL expiration email saying Let’s Encrypt will expire in 19 days.
I am renewing right now, but i don’t know why it won’t let me renew, see below for my command and output

$ sudo letsencrypt renew

Processing /etc/letsencrypt/renewal/example.com.conf

 The following certs are not due for renewal yet:
 /etc/letsencrypt/live/example.com/fullchain.pem (skipped)
 No renewals were attempted.

Hi @jy2008,

The expiration reminder probably refers to

https://crt.sh/?id=72538461

which is a certificate covering only usorgames.com, not www.usorgames.com.

You have two subsequent certificates which cover both, the most recent of which is

https://crt.sh/?id=81083840

which won’t expire until April 27. Certbot should allow you to renew with letsencrypt renew starting a month before that.

The expiration reminders try to emphasize that they only apply to the exact combination of names in that certificate. Did you notice that text in the reminder e-mail? Do you have any suggestions for making it more obvious or easier to understand?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.