1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Make help message indicate derived challenge preference

This commit is contained in:
Joe Ranweiler
2015-12-11 18:07:25 -08:00
parent 2f904a41e0
commit f4d499dbad

View File

@@ -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))