Uninstall Install Certbot - jordy33/turbogears_tutorial GitHub Wiki

Uninstall just certbot

sudo apt-get remove certbot

Which will remove just the certbot package itself.

Uninstall certbot and its dependencies

sudo apt-get remove --auto-remove certbot

This will remove the certbot package and any other dependant packages which are no longer needed.

Purging your config/data too If you also want to delete your local/config files for certbot then this will work.

Caution! Purged config/data can not be restored by reinstalling the package.

sudo apt-get purge certbot  

Stop Services

Stop haproxy and apache
sudo service apache2 stop
sudo service haproxy stop

Create Certs

sudo certbot certonly --standalone -d dudewhereismy.com.mx -d www.dudewhereismy.com.mx -d sun.dudewhereismy.com.mx -d stomp.dudewhereismy.com.mx -d pluto.dudewhereismy.com.mx -d venus.dudewhereismy.com.mx -d mercury.dudewhereismy.com.mx -d earth.dudewhereismy.com.mx -d cygnus.dudewhereismy.com.mx -d orion.dudewhereismy.com.mx -d jupiter.dudewhereismy.com.mx -d mars.dudewhereismy.com.mx -d cerberus.dudewhereismy.com.mx