From b9f9952660ac63acf7ea5abe729f0d378362e5b4 Mon Sep 17 00:00:00 2001 From: Alexis Kim Date: Mon, 27 Jun 2022 18:43:57 -0700 Subject: removed certbot-auto references from docs (#9333) --- certbot/docs/install.rst | 15 --------------- certbot/docs/uninstall.rst | 16 ---------------- certbot/docs/using.rst | 2 +- 3 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 certbot/docs/uninstall.rst diff --git a/certbot/docs/install.rst b/certbot/docs/install.rst index 3fed2d58f..d19b0caf3 100644 --- a/certbot/docs/install.rst +++ b/certbot/docs/install.rst @@ -125,21 +125,6 @@ of the ``/etc/letsencrypt`` directory, see :ref:`where-certs`. .. _Docker: https://docker.com .. _`install Docker`: https://docs.docker.com/engine/installation/ -.. _certbot-auto: - -Certbot-Auto ------------- -.. toctree:: - :hidden: - - uninstall - - -We used to have a shell script named ``certbot-auto`` to help people install -Certbot on UNIX operating systems, however, this script is no longer supported. -If you want to uninstall ``certbot-auto``, you can follow our instructions -:doc:`here `. - Pip --- diff --git a/certbot/docs/uninstall.rst b/certbot/docs/uninstall.rst deleted file mode 100644 index 65151242c..000000000 --- a/certbot/docs/uninstall.rst +++ /dev/null @@ -1,16 +0,0 @@ -========================= -Uninstalling certbot-auto -========================= - -To uninstall ``certbot-auto``, you need to do three things: - -1. If you added a cron job or systemd timer to automatically run - ``certbot-auto`` to renew your certificates, you should delete it. If you - did this by following our instructions, you can delete the entry added to - ``/etc/crontab`` by running a command like ``sudo sed -i '/certbot-auto/d' - /etc/crontab``. -2. Delete the ``certbot-auto`` script. If you placed it in ``/usr/local/bin`` - like we recommended, you can delete it by running ``sudo rm - /usr/local/bin/certbot-auto``. -3. Delete the Certbot installation created by ``certbot-auto`` by running - ``sudo rm -rf /opt/eff.org``. diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index 0087c230d..0038d1f83 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -14,7 +14,7 @@ obtaining, renewing, or revoking certificates. The most important and commonly-used commands will be discussed throughout this document; an exhaustive list also appears near the end of the document. -The ``certbot`` script on your web server might be named ``letsencrypt`` if your system uses an older package, or ``certbot-auto`` if you used a now-deprecated installation method. Throughout the docs, whenever you see ``certbot``, swap in the correct name as needed. +The ``certbot`` script on your web server might be named ``letsencrypt`` if your system uses an older package. Throughout the docs, whenever you see ``certbot``, swap in the correct name as needed. .. _plugins: -- cgit v1.2.3