mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
"keep-going" option for cron mode #72
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 @BtbN on GitHub (Feb 23, 2016).
Because of the plain amount of sub-domains I am using I keep running into the rate-limit a lot of the times.
A lot of the other domains would still renew successfully, but the script in --cron mode aborts after the first cert fails to renew.
It would be extremely useful to have an option to make it continue with the other certs if one of them fails.
@lukas2511 commented on GitHub (Mar 18, 2016):
I think this would be great in combination with a
failed_signhook (open for better names), which would make things like #160 easier.@Cyborgscode commented on GitHub (Mar 22, 2016):
the "keep going" features is required for many real world situations.
the script does not know this, so it tries to renew the cert, which fails and it stops => no renew for the other domainnames.
Solution:
Lets be honest, your script is now in use by a lot of hosters, as it's the only easy to integrate solution on the market. You properbly will get a lot a those stability request in the near future.
@lukas2511 commented on GitHub (Mar 22, 2016):
@Cyborgscode