OPNsense Forum

Archive => 18.1 Legacy Series => Topic started by: lewty1987 on April 16, 2018, 02:41:25 am

Title: Let's Encrypt + Google Domain Help
Post by: lewty1987 on April 16, 2018, 02:41:25 am
Good evening fellow OPNSense users!

As the title suggests: I am trying to use Let's Encrypt to create a SSL certificate for my OPNSense box. I currently have a Google Domain that was purchased not long ago.

Is this doable?
Should I purchase the domain from another provider that is provided?

Any info would be greatly appreciated!

-B
Title: Re: Let's Encrypt + Google Domain Help
Post by: dadoss on April 24, 2018, 07:38:46 pm
You should be able to get it working with HTTP-01 validation, i personally haven't tried this. I was looking for a wildcard cert and had to use DNS-01. Since Google is not not on the list of providers, i hope this will change, i had to move DNS to another provider. I choose FreeDNS and Google is still the registrar.
Title: Re: Let's Encrypt + Google Domain Help
Post by: fraenki on April 25, 2018, 11:43:38 am
As the title suggests: I am trying to use Let's Encrypt to create a SSL certificate for my OPNSense box. I currently have a Google Domain that was purchased not long ago.
Is this doable?

See https://github.com/opnsense/plugins/issues/549
Unfortunately, acme.sh does not provide DNS-01 support for Google DNS.

Should I purchase the domain from another provider that is provided?

Since HTTP-01 is not fun, I'd suggest to move the domain to a different provider.

Here's a list of supported providers for DNS-01 validation:
https://github.com/Neilpang/acme.sh/tree/master/dnsapi


Regards
- Frank