From: Glenn Strauss Date: Mon, 1 Feb 2021 09:41:17 +0000 (-0500) Subject: add -t tls-alpn-01 to command line help X-Git-Tag: v0.7.1~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00941472b2680a3f681a0f8382ac4f631b64d9ee;p=thirdparty%2Fdehydrated.git add -t tls-alpn-01 to command line help --- diff --git a/dehydrated b/dehydrated index cf654c8..13cfee0 100755 --- a/dehydrated +++ b/dehydrated @@ -2205,8 +2205,8 @@ main() { PARAM_ALPNCERTDIR="${1}" ;; - # PARAM_Usage: --challenge (-t) http-01|dns-01 - # PARAM_Description: Which challenge should be used? Currently http-01 and dns-01 are supported + # PARAM_Usage: --challenge (-t) http-01|dns-01|tls-alpn-01 + # PARAM_Description: Which challenge should be used? Currently http-01, dns-01, and tls-alpn-01 are supported --challenge|-t) shift 1 check_parameters "${1:-}"