-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
New provider to support complicated multi-dns-provider setups #605
base: master
Are you sure you want to change the base?
Conversation
@captncraig could you rebase? |
Any updates on this? it is becoming clear that I might need this in our platform too. |
Sorry, I got sidetracked on this and we decided to use our existing dns tool for this as well. I think this feature is still an ok idea, but am reluctant to continue work on it as the config can be a bit tricky, and I can't commit to really offering support going forward. The code is there though. If somebody wants to take it up, rebase and get it merge-ready please do. |
I already start to work on this, but for now I don't found a satisfying approach. |
This adds a "multi" provider that dynamically creates and selects dns providers to use on a domain-by-domain basis. I need this for our production setup because:
Using the "multi" provider, you supply an addition json configuration that specifies which providers are available with their credentials, and which providers should be applied to which domains.
This can be a little complicated to specify, but it seems necessary if your setup is as convoluted as described above.
Godoc documentation should describe pretty well how to use it.
Tested working in some pretty complicated scenarios for production-level certs.