How do I uninstall a certbot installation?

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: historyreviewed.com

I ran this command:
1036 apt-get update
1037 apt-get upgrade
1038 apt-get install software-properties-common
1039 add-apt-repository ppa:certbot/certbot
1040 apt-get update
1041 apt-get install python-certbot-apache
1042 certbot --apache

It produced this output: Here is a link to the logs: http://historyreviewed.com/letsencrypt.log

My web server is (include version):apache

The operating system my web server runs on is (include version):ubuntu 14.04

My hosting provider, if applicable, is:linode.com

I can login to a root shell on my machine (yes or no, or I don’t know): yes I can shell into my machine.

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): No

You can uninstall Certbot with apt-get remove python-certbot-apache. This doesn’t undo any changes that Certbot has made to your web server configuration.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.