Skip to content
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

Open
prices opened this issue Apr 7, 2023 · 7 comments
Open

Support multiple zones in one certificate #32

prices opened this issue Apr 7, 2023 · 7 comments

Comments

@prices
Copy link

prices commented Apr 7, 2023

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!

@aaomidi
Copy link
Owner

aaomidi commented Apr 7, 2023

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.

@prices
Copy link
Author

prices commented Apr 8, 2023

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.

@vg
Copy link

vg commented Apr 25, 2023

If this ever gets merged we will be able to use just one access token. Till then not possible.

@aaomidi
Copy link
Owner

aaomidi commented Apr 26, 2023

I'll be honest, there's way better software than certbot to do ACME at this point.

@earithramir
Copy link

Any thoughts on this? Or maybe a way for configuring Googles permission to do the same?
I was looking into this too, as my mail server serves multiple domains but only supports a single domain using multiple SAN (for other domain names). And the Google Domains ACME Api keys can (at least as far as i know) only control the DNS for a single domain name.

@prices
Copy link
Author

prices commented May 11, 2023

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.

@earithramir
Copy link

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!
Although I haven't done much in python I'll manage, I think :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants