From 7527a6c95908af7862d8bb2d91ddde2755e8ce16 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Wed, 28 Nov 2018 19:01:05 -0800 Subject: [PATCH] Remove "beta" label from Apache plugin. (#6537) --- certbot-apache/certbot_apache/configurator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/certbot_apache/configurator.py b/certbot-apache/certbot_apache/configurator.py index f431b9dab..16de3a3d8 100644 --- a/certbot-apache/certbot_apache/configurator.py +++ b/certbot-apache/certbot_apache/configurator.py @@ -91,7 +91,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator): """ - description = "Apache Web Server plugin - Beta" + description = "Apache Web Server plugin" OS_DEFAULTS = dict( server_root="/etc/apache2",