mirror of
https://github.com/certbot/certbot.git
synced 2026-04-21 22:26:59 -04:00
Make help message indicate derived challenge preference
This commit is contained in:
parent
2f904a41e0
commit
f4d499dbad
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ class Authenticator(common.Plugin):
|
|||
@classmethod
|
||||
def add_parser_arguments(cls, add):
|
||||
add("supported-challenges",
|
||||
help="Supported challenges. Prefers tls-sni-01.",
|
||||
help="Supported challenges. Preferred in the order they are listed.",
|
||||
type=supported_challenges_validator,
|
||||
default=",".join(chall.typ for chall in SUPPORTED_CHALLENGES))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue