mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
KeyError: 'generate_csr' when building from master. #278
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 @Asara on GitHub (Feb 6, 2018).
I've always just built from master (and am now using tagged releases).
This is along with the recommended cloudflare hook (kappataumu/letsencrypt-cloudflare-hook)
@lukas2511 commented on GitHub (Feb 6, 2018):
Hook scripts should just ignore any hooks they don't know. This is a bug in the mentioned hook script and not in dehydrated.
@lukas2511 commented on GitHub (Feb 6, 2018):
I added a random hook call in
9ebab3e026to make it extremely clear that unknown hooks should just be ignored.@Asara commented on GitHub (Feb 7, 2018):
Thanks @lukas2511
@kappataumu commented on GitHub (Feb 14, 2018):
@lukas2511 Apologies for this, should have addressed the issue earlier.