From 9fd003cd664edbf17b866a850206cfaeb0062226 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 17 Aug 2016 16:37:01 -0700 Subject: [PATCH] Mark the Nginx plugin as alpha --- certbot-nginx/certbot_nginx/configurator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-nginx/certbot_nginx/configurator.py b/certbot-nginx/certbot_nginx/configurator.py index 298bf7f69..049ba9a20 100644 --- a/certbot-nginx/certbot_nginx/configurator.py +++ b/certbot-nginx/certbot_nginx/configurator.py @@ -55,7 +55,7 @@ class NginxConfigurator(common.Plugin): """ - description = "Nginx Web Server - currently doesn't work" + description = "Nginx Web Server plugin - Alpha" hidden = True