I’m trying to renewal my SSL certificate on my sit, when I run:
certbot renew
I get “No renewals were attempted” and when I run certbot certificates, I get “no certs found”.
I can see files in the /etc/letsencrypt for the site.com and www.site.com/
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi all,
As this turned out to be a long discussion, I will summarize it so that it is easier for anyone else who comes across this to find the solution:
The problem affected the Ghose droplets created from the DigitalOcean Marketplace
The problem was an outdated
acme.sh
script. The error that we were getting was:/etc/letsencrypt/acme.sh
to/root/.acme.sh/acme.sh
, to do that just run:Find the
acme.sh
cronjob and change the path accordingly.Hope that this helps anyone who comes across the same issue! Regards, Bobby
Hello,
I could suggest a couple of things here:
Check the
/etc/letsencrypt/renewal
logTry running the command with
-v
for more information, and then check the log againTry running
certbot renew --dry-run
and check the outputShare your Nginx/Apache Vhost here so that I could advise you further
Regards, Bobby
Thank you @bobbyiliev, you deserve a good Christmas bonus this year!
I needed to make sure I had renewed by www cert and then it showed. Fingers crossed it will auto renew aswell