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
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