local-letsencrypt/client/dehydrated-hook.sh

12 lines
221 B
Bash
Raw Normal View History

2017-04-07 13:13:57 +00:00
#!/bin/bash
CERTBOT_DOMAIN="$2"
CERTBOT_VALIDATION="$4"
case $1 in
deploy_challenge)
. $(dirname $(realpath $0))/install-hook.sh ;;
cleanup_challenge)
. $(dirname $(realpath $0))/cleanup-hook.sh ;;
esac