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 21:18:29 +01:00 committed by GitHub
parent 3d0dad8718
commit cf062f4c6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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**