From d197b5aa0568eb3952e85df7cc0126e1ae50a372 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 7 Nov 2016 14:53:15 -0800 Subject: [PATCH] Fix OS Documentation (#3747) * Update various package names in using.rst from "letsencrypt" to "certbot" * Update using.rst Change package name --- docs/install.rst | 8 ++++---- docs/using.rst | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 182abdb71..910d23149 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -153,13 +153,13 @@ repo, if you have not already done so. Then run: .. code-block:: shell - sudo apt-get install letsencrypt python-letsencrypt-apache -t jessie-backports + sudo apt-get install certbot python-certbot-apache -t jessie-backports **Fedora** .. code-block:: shell - sudo dnf install letsencrypt + sudo dnf install certbot python2-certbot-apache **Gentoo** @@ -168,8 +168,8 @@ want to use the Apache plugin, it has to be installed separately: .. code-block:: shell - emerge -av app-crypt/letsencrypt - emerge -av app-crypt/letsencrypt-apache + emerge -av app-crypt/certbot + emerge -av app-crypt/certbot-apache When using the Apache plugin, you will run into a "cannot find a cert or key directive" error if you're sporting the default Gentoo ``httpd.conf``. diff --git a/docs/using.rst b/docs/using.rst index 1becea8ea..49f30ff58 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -461,5 +461,3 @@ give us as much information as possible: - copy and paste ``certbot --version`` output - your operating system, including specific version - specify which installation method you've chosen - -