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. crt.sh | 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: jewettfarm.com, mail-lab.us
I ran this command: sudo apt-get remove certbot
It produced this output: Package 'certbot' is not installed, so not removed
My web server is (include version): nginx 1.21
The operating system my web server runs on is (include version): Ubuntu 20.04 LTS
My hosting provider, if applicable, is: Cloudflare (DNS)
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): 1.29.0
Hello, I am trying to use the cloudflare DNS plugin with certbot. I have followed this: Certbot Instructions | Certbot (eff.org)
I realized I had an issue after installing the cloudflare dns plugin from a snap, as I did not see the plugin with certbot --plugins.
So it was apparent I needed to uninstall certbot using the package manager with: sudo apt-get remove certbot
However, even after removing it with apt/apt-get I still see it is version 1.29.0 when I issue certbot --version. I even ran: sudo apt autoremove
I ran snap list, and the snap is not installed.
root@mail:~# snap list
Name Version Rev Tracking Publisher Notes
core20 20221212 1778 latest/stable canonical✓ base
lxd 4.0.9-a29c6f1 24061 4.0/stable/… canonical✓ -
snapd 2.58 17950 latest/stable canonical✓ snapd
I am not running pip, or any other package managers. This system runs a Zimbra mail server, and I am just trying to use the cloudflare-dns plugin. When I initially installed it from a snap, the plugin shows up in the snap list, but it did not show up as a plugin with "certbot --plugins". So I am assuming I need to install certbot and the dns plugin from snap. However, I am stumped at how to remove certbot 1.29.0.
When I issue "certbot certificates" it still shows my active certs, so it is still installed from what I can tell.
Is there another way to remove certbot from an Ubuntu 20.04 distro? I have searched the interwebz and I only see mention to remove it using apt or snap. Neither is installed, but it still lives.
My goal once again, is just to use the cloudflare-dns plugin. I have installed it from snap, but it never shows up as a plugin for certbot, so that tells me I should use the certbot snap along with the plugin?
Any advise is greatly welcome!
Thank you