mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 17:54:25 +02:00
Merge pull request #2766 from letsencrypt/webroot-desc
New description of webroot for the UI
This commit is contained in:
@@ -27,7 +27,7 @@ logger = logging.getLogger(__name__)
|
|||||||
class Authenticator(common.Plugin):
|
class Authenticator(common.Plugin):
|
||||||
"""Webroot Authenticator."""
|
"""Webroot Authenticator."""
|
||||||
|
|
||||||
description = "Webroot Authenticator"
|
description = "Place files in webroot directory"
|
||||||
|
|
||||||
MORE_INFO = """\
|
MORE_INFO = """\
|
||||||
Authenticator plugin that performs http-01 challenge by saving
|
Authenticator plugin that performs http-01 challenge by saving
|
||||||
|
|||||||
Reference in New Issue
Block a user