mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Cron renew forgets certificates if one fails #540
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 @Zocker1999NET on GitHub (Jun 3, 2021).
If
domains.txtdefines the following certificatesand for example the challenge for
www.example.comfails (due to DNS changes or anything else),then the certificates for
example.netandwww.example.netwill not be renewed even if the challenges there would work.This should be fixed so dehydrated tries to renew all certificates and complains about all where the challenge failed instead of just complaining about the first failed.
@lukas2511 commented on GitHub (Jun 3, 2021):
Not a bug. There is a documented keep-going flag on the cli that allows dehydrated to continue after an issue occurred.