]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
add -t tls-alpn-01 to command line help
authorGlenn Strauss <gstrauss@gluelogic.com>
Mon, 1 Feb 2021 09:41:17 +0000 (04:41 -0500)
committerLukas Schauer <lukas@schauer.dev>
Thu, 18 Feb 2021 15:56:05 +0000 (16:56 +0100)
dehydrated

index cf654c814592b424ce975d08721c965a948bd7f4..13cfee0f0039d928868fa6ebed82d2ed19482852 100755 (executable)
@@ -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:-}"