1
22.7 Legacy Series / Re: ACME and Google Cloud DNS (bug?)
« on: April 27, 2023, 11:15:05 pm »
Found this:
https://forum.opnsense.org/index.php?topic=18476.0
And noticed that yes, in fact those hooks don't exist on the filesystem.
However I had to change the file copy operation to:
because when i tried to copy before it wouldn't work (symbolic links). even after that with the same error...
So I finally added the record manually to Google Cloud DNS, renewed certificate in the GUI and it worked. But this is definitely broken.
What's the best way to raise this?
https://forum.opnsense.org/index.php?topic=18476.0
And noticed that yes, in fact those hooks don't exist on the filesystem.
However I had to change the file copy operation to:
Code: [Select]
cp -a /root/.acme.sh/* /usr/local/share/examples/acme.sh/
because when i tried to copy before it wouldn't work (symbolic links). even after that with the same error...
Code: [Select]
[Thu Apr 27 17:02:17 EDT 2023] Can not find dns api hook for: dns_gcloud
[Thu Apr 27 17:02:17 EDT 2023] You need to add the txt record manually.
[Thu Apr 27 17:02:17 EDT 2023] Add the following TXT record:
So I finally added the record manually to Google Cloud DNS, renewed certificate in the GUI and it worked. But this is definitely broken.
What's the best way to raise this?