Someone so nice to help me renew my Lets Encrypt certificate?
I have not logged in my droplet for a while. I use Putty to log in.
Thanks a lot!!
I have not logged in my droplet for a while. I use Putty to log in.
Thanks a lot!!
Hi @Areku
Just log in to your server and run this command (and then restart your web server):
sudo certbot renew
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
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
Okay, then you never installed that version, but you're just using the version that comes with Ubuntu 16.04. Try this instead then:
sudo letsencrypt renew
If the certificate is already expired on arun.com.br
then you cannot renew it, but you have to create it again.
Then just follow this tutorial from the beginning:
https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04
The certificate is expired. You have to generate a new certificate. Follow this tutorial from the beginning to end, so you also get the auto-renew feature implemented:
https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04
It's free certificates, so it really does not matter that much. Just create new certificates.
You should follow the guide and create certificates for every domain you have.
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)
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?