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

Add support for Google Trust Services ACME #905

Open
Exagone313 opened this issue Mar 2, 2023 · 2 comments
Open

Add support for Google Trust Services ACME #905

Exagone313 opened this issue Mar 2, 2023 · 2 comments

Comments

@Exagone313
Copy link
Contributor

Exagone313 commented Mar 2, 2023

Hello,

Google released their own ACME implementation (which is part of Google Trust Services). It uses EAB authentication like ZeroSSL. It is available as part of Google Domains (for no additional costs).

There is a blog post here that talks about it, and a help page here.

I think dehydrated supports it already, but it could be added as a preset. I haven't checked yet if it works out of the box.

Also, they made their own API to update __acme-challenge TXT records for DNS-01 (which is mostly documented here) but I don't think this is in the scope of dehydrated.

@prices
Copy link

prices commented Apr 21, 2023

As a reference here is the certbot plugin:

https://github.com/aaomidi/certbot-dns-google-domains

I would also like to see this. I have been using dehydrated for a long time, but now have moved my domains to Google.

@prices
Copy link

prices commented Apr 22, 2023

I created a hook for it: https://github.com/prices/dehydrated_hooks

At this point it is a quick and dirty hack in nodejs.

Dehydrated devs, you are welcome to add this to the list of hooks documentation. Thanks!

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

2 participants