mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
Make help message indicate derived challenge preference
This commit is contained in:
@@ -166,7 +166,7 @@ class Authenticator(common.Plugin):
|
|||||||
@classmethod
|
@classmethod
|
||||||
def add_parser_arguments(cls, add):
|
def add_parser_arguments(cls, add):
|
||||||
add("supported-challenges",
|
add("supported-challenges",
|
||||||
help="Supported challenges. Prefers tls-sni-01.",
|
help="Supported challenges. Preferred in the order they are listed.",
|
||||||
type=supported_challenges_validator,
|
type=supported_challenges_validator,
|
||||||
default=",".join(chall.typ for chall in SUPPORTED_CHALLENGES))
|
default=",".join(chall.typ for chall in SUPPORTED_CHALLENGES))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user