How To Renew Letsencrypt SSL Certificate on DigitalOcean

Useful Commands


sudo apt-get update

sudo apachectl stop

Without WWW


certbot renew --cert-name example.com 

With WWW


certbot renew --cert-name www.example.com


sudo service apache2 start

service apache2 restart

 

Bookmarked Post

Related Posts