Uninstalling certbot-autoΒΆ
To uninstall certbot-auto, you need to do three things:
If you added a cron job or systemd timer to automatically run
certbot-autoto renew your certificates, you should delete it. If you did this by following our instructions, you can delete the entry added to/etc/crontabby running a command likesudo sed -i '/certbot-auto/d' /etc/crontab.Delete the
certbot-autoscript. If you placed it in/usr/local/binlike we recommended, you can delete it by runningsudo rm /usr/local/bin/certbot-auto.Delete the Certbot installation created by
certbot-autoby runningsudo rm -rf /opt/eff.org.