From faa61da2a6e98b393c38ce13f4376280f8f73820 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 29 Oct 2015 10:46:39 -0700 Subject: [PATCH 1/2] manual_description += kuba_feedback --- letsencrypt/plugins/manual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/plugins/manual.py b/letsencrypt/plugins/manual.py index eba53f696..459d771ce 100644 --- a/letsencrypt/plugins/manual.py +++ b/letsencrypt/plugins/manual.py @@ -37,7 +37,7 @@ class Authenticator(common.Plugin): zope.interface.classProvides(interfaces.IPluginFactory) hidden = True - description = "Manually configure and run a simple Python webserver" + description = "Manually edit your server configuration" MESSAGE_TEMPLATE = """\ Make sure your web server displays the following content at From de30a28555f9fec2dce56c38ad234c5fd4ec6839 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 29 Oct 2015 13:20:52 -0700 Subject: [PATCH 2/2] Another shot at a description --- letsencrypt/plugins/manual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/plugins/manual.py b/letsencrypt/plugins/manual.py index 459d771ce..b3f41d1f2 100644 --- a/letsencrypt/plugins/manual.py +++ b/letsencrypt/plugins/manual.py @@ -37,7 +37,7 @@ class Authenticator(common.Plugin): zope.interface.classProvides(interfaces.IPluginFactory) hidden = True - description = "Manually edit your server configuration" + description = "Manually configure an HTTP server" MESSAGE_TEMPLATE = """\ Make sure your web server displays the following content at