mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
CA_REVOKE_CERT Unbound #236
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 @taylorotwell on GitHub (Jul 18, 2017).
Starting today, all our customers have started receiving this error when issuing certificates using deydrated:
@csandescu commented on GitHub (Jul 18, 2017):
You can easily fix that by using lazy evaluation in bash like this:
if [[ "${statuscode}" = "409" ]] && [[ "${2}" = "${CA_REVOKE_CERT}" ]]; thenHowever, after fixing it I'm getting:
So I guess there's something more to it.
I figured it out, you'll need to update your code to the latest version first. Then you can apply the patch.
C/
@lukas2511 commented on GitHub (Jul 18, 2017):
@taylorotwell can you please test with the newest version? this should be fixed now