keyAuth rather than null

This commit is contained in:
AJ ONeal 2016-10-17 15:30:05 -06:00
parent b38ad55e8d
commit 56055eaedc
1 changed files with 1 additions and 1 deletions

View File

@ -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; }