Hi,
I use Boulder for testing purposes and have troubles with DNS-01
challenges. I have separate DNS server, which can answer queries for _acme-challenge
TXT records. Previously I would just append IP address of my DNS server in "dnsResolvers"
in test/config/va.json
, run docker-compose up
and it would work correctly. I read this was changed to "dnsResolver": "service.consul",
but I don't know how to configure it to use my DNS server.
Any help for the new config would be appreciated.