From 4e1830b372d9ca0c3c9bb8244071723e5336c1c2 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 17 Aug 2016 16:27:23 -0700 Subject: [PATCH] hide the nginx plugin --- certbot-nginx/certbot_nginx/configurator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/certbot-nginx/certbot_nginx/configurator.py b/certbot-nginx/certbot_nginx/configurator.py index a1c24b5c8..298bf7f69 100644 --- a/certbot-nginx/certbot_nginx/configurator.py +++ b/certbot-nginx/certbot_nginx/configurator.py @@ -57,6 +57,8 @@ class NginxConfigurator(common.Plugin): description = "Nginx Web Server - currently doesn't work" + hidden = True + @classmethod def add_parser_arguments(cls, add): add("server-root", default=constants.CLI_DEFAULTS["server_root"],