Open
Description
I need to apply for two certificates for example.com
and *.example.com
. example.com
can pass DNS resolution authentication successfully, but *.example.com
always gets the error Authorization not found in DNS TXT record: _acme-challenge.example.com
. When I debug the code, the recordValues
array value in the verify.js#verifyDnsChallenge
function is always the keyAuthorization
of example.com
. The reason for the failure is that I cannot modify the DNS server resolution by myself using the dns.setServers
method. If I want to customize the DNS server address, how can I do it?
Metadata
Metadata
Assignees
Labels
No labels