I have not logged in my droplet for a while. I use Putty to log in.
Thanks a lot!!
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.
Hello, I used this as a guide to setup my self-signed cert for a subdomain. Everything worked and seemed to be fine but my cert expired and the auto-renewal did not happen, I did run
sudo certbot renew --dry-run
and got no errors.Why did the auto renew not take place after 30 days?
Hi @Areku
Just log in to your server and run this command (and then restart your web server):
But you might want to setup auto-renewal, so you don’t have to think about it: https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04#step-6-set-up-auto-renewal
certbot renew --force-renewal
I’m getting an error with
sudo letsencrypt renew
Error: WARNING:letsencrypt.cli:Attempting to renew cert from /etc/letsencrypt/renewal/whatsdarling.anound.com.conf produced an unexpected error: ‘server’. Skipping. All renewal attempts failed. The following certs could not be renewed: /etc/letsencrypt/live/whatsdarling.anound.com/fullchain.pem (failure) 1 renew failure(s), 0 parse failure(s)
@hansen
Gratitude!!
My two certs are now apt for automatic renewal. Thank you!
This comment has been deleted
@hansen
I did
sudo letsencrypt renew
and it gave back ‘unauthorized’ for arun.com.br@hansen
Thanks!!
I did sudo certbot renew and it gave command not found.
I have two domais in my droplet… radha.org.br certificate is ok and arun.com.br certificate not ok