mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
add hook for propagate_challenge #481
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 @jeffgoh on GitHub (Jun 29, 2020).
Whilst I can add a wait for each challenge to propagate, if I have say 10 challenges, that's 10 DNS propagations to wait for, which is inefficient. Much more efficient to add one more hook for propagate_challenge. Will file a pull request shortly.
@c-MM commented on GitHub (Jun 29, 2020):
I use HOOK_CHAIN="yes" to get all challenges at once and deploy them. Maybe this is what you need?
@lukas2511 commented on GitHub (Jul 4, 2020):
Use HOOK_CHAIN and configure your hook script to wait for challenge propagation. Any other way is either already solvable in hook scripts, or would break order of operations which is important for a lot of setups.