mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Merge pull request #1197 from letsencrypt/manual_description
Update manual description
This commit is contained in:
commit
65234bab74
1 changed files with 1 additions and 1 deletions
|
|
@ -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 configure an HTTP server"
|
||||
|
||||
MESSAGE_TEMPLATE = """\
|
||||
Make sure your web server displays the following content at
|
||||
|
|
|
|||
Loading…
Reference in a new issue