From a7a9a8480b6f91de475cc7138c90a0f9aa503f5d Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Thu, 27 May 2021 19:45:11 +0200 Subject: [PATCH] [docs/using] Add mention of CentOS as supported by apache plugin (#8871) --- certbot/docs/using.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index be4d96c4f..29d0c9814 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -84,7 +84,7 @@ Apache The Apache plugin currently `supports `_ -modern OSes based on Debian, Fedora, SUSE, Gentoo and Darwin. +modern OSes based on Debian, Fedora, SUSE, Gentoo, CentOS and Darwin. This automates both obtaining *and* installing certificates on an Apache webserver. To specify this plugin on the command line, simply include ``--apache``.