mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-23 09:31:00 +01:00
add -t tls-alpn-01 to command line help
This commit is contained in:
committed by
Lukas Schauer
parent
527933db24
commit
00941472b2
@@ -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:-}"
|
||||
|
||||
Reference in New Issue
Block a user