mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-03 14:40:00 +01:00
dns-01 hook no longer working in 0.5.0 #271
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tleuxner on GitHub (Jan 23, 2018).
Domain.txt gets parsed after updating from 0.4.0 using the http-01 method:
dehydrated -c -t http-01
I was using dns-01 verification however which worked fine before and fails right away:
dehydrated -c -t dns-01 -k dns-01_challenge_hook.sh
Debug output:
@lukas2511 commented on GitHub (Jan 23, 2018):
Your hook-script is outdated. It fails when dehydrated calls the
startup_hook, if your script doesn't implement that hook it should just ignore it.