-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support multiple zones in one certificate #32
Comments
I think the access token is per zone, right? Not sure if it’s a trivial thing to support at the plug-in level. I’ll look into it a bit. |
Yes, the access token is per zone. I can also dig into it a little bit, but truthfully I am terrible at python. One thought I did have is if you could support multiple --dns-google-domains-credentials arguments that could be a way to get multiple credentials in. |
If this ever gets merged we will be able to use just one access token. Till then not possible. |
I'll be honest, there's way better software than certbot to do ACME at this point. |
Any thoughts on this? Or maybe a way for configuring Googles permission to do the same? |
I wrote a hook for dehydrated that does multiple domains on one certificate. https://github.com/prices/dehydrated_hooks I don't know enough about certbot to be able to modify this script. I also have a lot of trouble with python. |
Thanks I'll review the code and modify it, if needed, keep u posted! |
It would be nice if multiple zone credentials could be put into one call so that a certificate with multiple zones in it could be created or renewed.
I have certificates that include domains from more than one zone.
Thanks!
The text was updated successfully, but these errors were encountered: