Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
ACME Client and DNS-01 with Google Domains
« previous
next »
Print
Pages: [
1
]
Author
Topic: ACME Client and DNS-01 with Google Domains (Read 1293 times)
mdecou
Newbie
Posts: 4
Karma: 0
ACME Client and DNS-01 with Google Domains
«
on:
April 26, 2023, 05:02:51 pm »
Hello,
I have seen a few posts online from a while back asking about support in ACME clients for Google Domains. I am now looking into this and found on the Google Domains website that they now have an API for integration into ACME clients.
Has anyone seen any updates regarding integration of Google Domains support within the ACME Client package in OPNSense?
Thanks
Logged
shanelord
Newbie
Posts: 17
Karma: 0
Re: ACME Client and DNS-01 with Google Domains
«
Reply #1 on:
July 28, 2023, 08:02:35 am »
So the official ACME client now supports Google Domains - just need this merge to be active:
https://github.com/opnsense/plugins/pull/3499
You can manually add it yourself by enabling SSH to your opnsense, logging in with an admin and using sudo sh to elevate yourself to root.
Found this via
https://github.com/opnsense/plugins/issues/3408#issuecomment-1592476038
Update
:Seems it won't work even with this... I get "AcmeClient: challenge type not supported: dns_googledomains (927851f0-7542-45f6-b14f-1c74afcc4862)"
Update 2
: Issue this command to get the code change and fix:
Code:
[Select]
opnsense-patch -c plugins e10a96037fa5 771d58b
«
Last Edit: July 28, 2023, 09:58:22 am by shanelord
»
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
ACME Client and DNS-01 with Google Domains