2
0
espelhamento de https://git.coolaj86.com/coolaj86/acme-dns-01-cli.js sincronizado 2025-12-19 01:18:38 +00:00

keyAuth rather than null

Esse commit está contido em:
AJ ONeal 2016-10-17 15:30:05 -06:00
commit 56055eaedc

Ver arquivo

@ -15,7 +15,7 @@ var challenge = 'xxx-acme-challenge-xxx';
var keyAuthorization = 'xxx-acme-challenge-xxx.xxx-acme-authorization-xxx';
setTimeout(function () {
leChallengeDns.test(opts, domain, challenge, null, function (err) {
leChallengeDns.test(opts, domain, challenge, keyAuthorization, function (err) {
// if there's an error, there's a problem
if (err) { throw err; }