mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Fix OS Documentation (#3747)
* Update various package names in using.rst from "letsencrypt" to "certbot" * Update using.rst Change package name
This commit is contained in:
parent
82c69815d1
commit
d197b5aa05
2 changed files with 4 additions and 6 deletions
|
|
@ -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``.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue