mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Add support for Google Trust Services ACME #599
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Exagone313 on GitHub (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-challengeTXT records for DNS-01 (which is mostly documented here) but I don't think this is in the scope of dehydrated.@prices commented on GitHub (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 commented on GitHub (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!
@sleepy-nols commented on GitHub (May 1, 2025):
seems like this has been addressed in
a94f451014