Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: warights.org
I ran this command: certbot --manual certonly --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory -d furtopia.org -d *.furtopia.org -d inlightof.us -d *.inlightof.us -d artstyle.us -d *.artstyle.us -d kcff.net -d *.kcff.net -d twotreesinc.org -d *.twotreesinc.org -d warights.org -d *.warights.org -d whiteshepherd.net -d *.whiteshepherd.net
It produced this output:
- Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/furtopia.org/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/furtopia.org/privkey.pem
Your cert will expire on 2021-04-20. To obtain a new or tweaked
version of this certificate in the future, simply run certbot
again. To non-interactively renew all of your certificates, run
"certbot renew"
My web server is (include version): Apache/2.4.38 (Debian)
The operating system my web server runs on is (include version): Debian aarch64 (Pi OS 64)
My hosting provider, if applicable, is: Personal server with static IPs
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 0.31.0
Because I am using wildcards I have (to my knowledge) been required to run manual renewals with: certbot: certbot --manual certonly --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory -d furtopia.org -d *.furtopia.org -d inlightof.us -d *.inlightof.us -d artstyle.us -d *.artstyle.us -d kcff.net -d *.kcff.net -d twotreesinc.org -d *.twotreesinc.org -d warights.org -d *.warights.org -d whiteshepherd.net -d *.whiteshepherd.net
It has been working up till today when renewal succeed with a odd message:
- Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/furtopia.org/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/furtopia.org/privkey.pem
Your cert will expire on 2021-04-20. To obtain a new or tweaked
version of this certificate in the future, simply run certbot
again. To non-interactively renew all of your certificates, run
"certbot renew"
As you can see it created a cert set to expire in the past? The files in /etc/letsencrypt/live/furtopia.org/ are dated May 4th. The server time/date is correct. But it succeeded in making a cert set to expire in the past? Not sure what I'm missing?