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:
authorAdrien Ferrand <adferrand@users.noreply.github.com>2019-07-29 20:27:09 +0300
committerBrad Warren <bmw@users.noreply.github.com>2019-07-29 20:27:09 +0300
commit81e0b92b4383d0f659f608e5e9d2ef9a9db5fb76 (patch)
treef448f402a7e903484fed5fdcffb1becad8445127
parentd3da19919fe8c8a86bd1b1580f8142e35b37fe3d (diff)
Refer to ubuntu in install.rst (#6986)
Fixes #5758
-rw-r--r--docs/install.rst27
1 files changed, 26 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 3ae7fa397..93a122e80 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -42,7 +42,7 @@ client as root, either `letsencrypt-nosudo
The Apache plugin currently requires an OS with augeas version 1.0; currently `it
supports
<https://github.com/certbot/certbot/blob/master/certbot-apache/certbot_apache/constants.py>`_
-modern OSes based on Debian, Fedora, SUSE, Gentoo and Darwin.
+modern OSes based on Debian, Ubuntu, Fedora, SUSE, Gentoo and Darwin.
Additional integrity verification of certbot-auto script can be done by verifying its digital signature.
@@ -218,6 +218,31 @@ repo, if you have not already done so. Then run:
sudo apt-get install certbot python-certbot-apache -t jessie-backports
+**Ubuntu**
+
+If you run Ubuntu Trusty, Xenial, or Bionic, certbot is available through the official PPA,
+that can be installed as followed:
+
+.. code-block:: shell
+
+ sudo apt-get update
+ sudo apt-get install software-properties-common
+ sudo add-apt-repository universe
+ sudo add-apt-repository ppa:certbot/certbot
+ sudo apt-get update
+
+Then, certbot can be installed using:
+
+.. code-block:: shell
+
+ sudo apt-get install certbot
+
+Optionally to install the Certbot Apache plugin, you can use:
+
+.. code-block:: shell
+
+ sudo apt-get install python-certbot-apache
+
**Fedora**
.. code-block:: shell