keyAuth rather than null
This commit is contained in:
parent
b38ad55e8d
commit
56055eaedc
2
test.js
2
test.js
|
@ -15,7 +15,7 @@ var challenge = 'xxx-acme-challenge-xxx';
|
||||||
var keyAuthorization = 'xxx-acme-challenge-xxx.xxx-acme-authorization-xxx';
|
var keyAuthorization = 'xxx-acme-challenge-xxx.xxx-acme-authorization-xxx';
|
||||||
|
|
||||||
setTimeout(function () {
|
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 there's an error, there's a problem
|
||||||
if (err) { throw err; }
|
if (err) { throw err; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue