OPNsense Forum

English Forums => General Discussion => Topic started by: blackwing on July 17, 2023, 05:49:10 AM

Title: ACME for own hosted DNS server
Post by: blackwing on July 17, 2023, 05:49:10 AM
how to add DNS challenge to get a certificate for your domain, when you have your own DNS server. On the challenge type DNS-01 what DNS service should I use?
Title: Re: ACME for own hosted DNS server
Post by: Patrick M. Hausen on July 17, 2023, 07:08:41 AM
The DNS server needs to provide an API for to create records when requested. Currently the only self hosted options are acme-dns (a lightweight server specifically for use by acme clients) and BIND hosted on OPNsense, as far as I know.