mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
Support sequential validations instead parallel validations #544
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 @marcomsousa on GitHub (Aug 19, 2021).
Support sequential validations instead parallel validations
Right now if I execute dehydrated with two domains:
dehydrated --cron --hook ./hooks.sh --challenge dns-01 --domain a.example.com --domain b.duckdns.orgdehydrated try to deploy the two challenge at the same time. Only after, will responding the challenge for both domains. (parallel)
Since my scenario are:
I can only validate if I can force dehydrated to do sequential validations.
Deploy 1 challenge, validate 1 challenge, clean, deploy 2 challenge, validate 2 challenge, clean. (sequential).
@lukas2511 commented on GitHub (Aug 19, 2021):
https://github.com/dehydrated-io/dehydrated/blob/master/docs/troubleshooting.md#dns-invalid-challenge-since-dehydrated-060--why-are-dns-challenges-deployed-first-and-verified-later