From 00941472b2680a3f681a0f8382ac4f631b64d9ee Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Mon, 1 Feb 2021 04:41:17 -0500 Subject: [PATCH] add -t tls-alpn-01 to command line help --- dehydrated | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:-}" -- 2.47.3