-
Would it be possible to add support for Google Domains on the ACME package? The Dynamic DNS service has an option for it, so perhaps something similar could be implemented on this one.
-
Google supports Dynamic DNS via a DynDNS standard for doing so, but unfortunately there's no way to specify TXT records with that. I don't believe Google has an API that developers can utilize for allowing outside management of DNS records, aside from those A records (not even AAAA records) that are set up for Dynamic DNS.
-
Bummer. Thanks for the info.
-
Hi all, I go through this every time I have to renew certs and every time it turns out the same, revert back to manual DNS and waste an evening. I know this is a common problem for a lot of us but it looks like there may be hope. Google has "recently" (meaning didn't find this lass time i had to renew certs) released an API https://domains.google/learn/gts-acme/, and I would like to re-ask the question.
-
@wbrown766 - I saw your post and was having the same issue last night. I created a couple of PRs that hopefully head in the right direction for both Google ACME support and GoogleDomain support.
- https://github.com/pfsense/FreeBSD-ports/pull/1246 (tested as working)
- https://github.com/pfsense/FreeBSD-ports/pull/1247 (waiting on upstream)