Cron renew forgets certificates if one fails #540

Closed
opened 2025-12-29 01:27:01 +01:00 by adam · 1 comment
Owner

Originally created by @Zocker1999NET on GitHub (Jun 3, 2021).

  • tested on Arch Linux and dehydrated version 0.7.1 (git revision unknown)

If domains.txt defines the following certificates

example.com www.example.com
example.net
www.example.net

and for example the challenge for www.example.com fails (due to DNS changes or anything else),
then the certificates for example.net and www.example.net will 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.

Originally created by @Zocker1999NET on GitHub (Jun 3, 2021). - tested on Arch Linux and dehydrated version 0.7.1 (git revision unknown) If `domains.txt` defines the following certificates ``` example.com www.example.com example.net www.example.net ``` and for example the challenge for `www.example.com` fails (due to DNS changes or anything else), then the certificates for `example.net` and `www.example.net` will 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.
adam closed this issue 2025-12-29 01:27:02 +01:00
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#540