Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Kim <ajkim0630@gmail.com>2022-06-28 04:43:57 +0300
committerGitHub <noreply@github.com>2022-06-28 04:43:57 +0300
commitb9f9952660ac63acf7ea5abe729f0d378362e5b4 (patch)
treea5665d0bfe0c218644c026a5582eb51953cdd981
parent1d2540629f22d5061892edba2f3db29ab7ccc4c3 (diff)
removed certbot-auto references from docs (#9333)
-rw-r--r--certbot/docs/install.rst15
-rw-r--r--certbot/docs/uninstall.rst16
-rw-r--r--certbot/docs/using.rst2
3 files changed, 1 insertions, 32 deletions
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 <uninstall>`.
-
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: