'How to uninstall/remove Certbot Let's Encrypt from Debian 8
I just followed the instuctions found on : https://certbot.eff.org/#debianjessie-apache to install let's encrypt certificate on my linux vps.
but unfortunately, installation did not went as I expected because :
- A. I already had an instance of apache2 installed - which conflicted with apache instance certbot installer installs.
- B. I have a dynamic dns I want to have as my domain name and add ssl for, but let's encrypt system seems to have problem with free dns providers.
so I finally decided to removed certbot and instead try to install local ssl certificate I sign my self personally. I can't find direct un-installation guide for certbot. can you please help ?
Thank You
Solution 1:[1]
If you would like to remove its ppa as well then:
sudo add-apt-repository --remove ppa:certbot/certbot
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | notonline |
