Fix ubuntu package name (#8654)

Since Ubuntu 18.04 there is python3-certbot-apache which should be the recommended version. 
The Debian package names should probably be updated accordingly.
This commit is contained in:
Steffen Neumann
2021-02-09 12:18:29 -08:00
committed by GitHub
parent 3d0dad8718
commit cf062f4c6d
+1 -1
View File
@@ -191,7 +191,7 @@ Optionally to install the Certbot Apache plugin, you can use:
.. code-block:: shell
sudo apt-get install python-certbot-apache
sudo apt-get install python3-certbot-apache
**Fedora**