mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
New description of webroot for the UI
This commit is contained in:
parent
cb4fa906d8
commit
a5073b28c3
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ logger = logging.getLogger(__name__)
|
|||
class Authenticator(common.Plugin):
|
||||
"""Webroot Authenticator."""
|
||||
|
||||
description = "Webroot Authenticator"
|
||||
description = "Place files in webroot directory"
|
||||
|
||||
MORE_INFO = """\
|
||||
Authenticator plugin that performs http-01 challenge by saving
|
||||
|
|
|
|||
Loading…
Reference in a new issue