mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-21 12:28:33 +02:00
added skipping challenges
@@ -23,10 +23,20 @@ case "$1" in
|
|||||||
curl "https://www.duckdns.org/update?domains=$domain&token=$token&txt=removed&clear=true"
|
curl "https://www.duckdns.org/update?domains=$domain&token=$token&txt=removed&clear=true"
|
||||||
echo
|
echo
|
||||||
;;
|
;;
|
||||||
|
"sync_cert")
|
||||||
|
;;
|
||||||
"deploy_cert")
|
"deploy_cert")
|
||||||
;;
|
;;
|
||||||
|
"deploy_ocsp")
|
||||||
|
;;
|
||||||
"unchanged_cert")
|
"unchanged_cert")
|
||||||
;;
|
;;
|
||||||
|
"invalid_challenge")
|
||||||
|
;;
|
||||||
|
"request_failure")
|
||||||
|
;;
|
||||||
|
"generate_csr")
|
||||||
|
;;
|
||||||
"startup_hook")
|
"startup_hook")
|
||||||
;;
|
;;
|
||||||
"exit_hook")
|
"exit_hook")
|
||||||
|
|||||||
Reference in New Issue
Block a user