mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-20 12:01:16 +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"
|
||||
echo
|
||||
;;
|
||||
"sync_cert")
|
||||
;;
|
||||
"deploy_cert")
|
||||
;;
|
||||
"deploy_ocsp")
|
||||
;;
|
||||
"unchanged_cert")
|
||||
;;
|
||||
"invalid_challenge")
|
||||
;;
|
||||
"request_failure")
|
||||
;;
|
||||
"generate_csr")
|
||||
;;
|
||||
"startup_hook")
|
||||
;;
|
||||
"exit_hook")
|
||||
|
||||
Reference in New Issue
Block a user