From 56055eaedc7fdbf5f80a2cc7215a3c7dedd0206a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 17 Oct 2016 15:30:05 -0600 Subject: [PATCH] keyAuth rather than null --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 739ef11..8fa82ce 100644 --- a/test.js +++ b/test.js @@ -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; }