Renew SSL Certificate on DigitalOcean
If you’re already hosted your website on DigitalOcean but you’re not installed letsenctypt SSL certificate on your wordpress website? So get started with following instructions and commands.
Also read this – How To Install a Free SSL Certificate on DigitalOcean
Commands
#01 Step
sudo apt-get update
#02 Step
sudo apachectl stop
#03 Step
certbot renew --cert-name example.com
#04 Step
sudo service apache2 start
#05 Step
service apache2 restart
If you have any more doubts or any issues, Please comment below, you’ll get reply as soon as possible and also share this article with your friends, Thank you!