-
-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Respect domain-specific hooks when using dns-01 challenge type #921
Comments
I managed to build something similar to this. I then added code like the following:
Example for a "common" hook:
Issue can be closed. |
dehydrated/dehydrated
Lines 325 to 326 in e3ef43c
This check ignores a domain specific configfile containing a domain specific hook.
(I’m not sure whether I need to say more or what to say more. If it’s unclear, let me know and I’ll try again/harder to explain better.)
This is important when handling multiple domains spread over multiple hosts on an admin system: a domain dependent hook-script is important for deploying the certs to the correct machines.
Yes, there are ways to work around it, but it would be nice if one wouldn’t have to work around them.
Spontaneous idea: it would be cool to have hooks for each action in each domain, e.g.:
The text was updated successfully, but these errors were encountered: