Replies: 1 comment
-
Hi, Since the merge of PR #99 changed the template engine, does this bug still exists? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm writing a hook that let ACMEd call PowerDNS via an API to do a dns-01 challenge.
I've made good progress in the making and now try to replace the hardcoded value by replacing them with environment variable.
When I set the environment variable, everything work fine. But if I comment them, the hook failed with the following error instead of fallback to the default values.
The hook need five env :
The hook :
The env file :
The expected outcome is :
If one or all environment variable are set, then use them, else use default value.
I used the default_hooks.toml as an example.
I don't understand why it's not working with my hook where the same kind of if/else/endif conditions work with the HTTP-01 challenge.... Any idea ?
Rollniak.
Beta Was this translation helpful? Give feedback.
All reactions