mirror of
https://git.coolaj86.com/coolaj86/acme-dns-01-cli.js
synced 2025-04-22 05:40:38 +00:00
Update 'index.js'
This commit is contained in:
parent
2747b3c2ab
commit
96c3404d94
2
index.js
2
index.js
@ -33,7 +33,7 @@ Challenge.set = function (args, domain, challenge, keyAuthorization, cb) {
|
|||||||
console.info("");
|
console.info("");
|
||||||
console.info("Challenge for '" + domain + "'");
|
console.info("Challenge for '" + domain + "'");
|
||||||
console.info("");
|
console.info("");
|
||||||
console.info("We now present (for you copy-and-paste pleasure) your ACME Challenge");
|
console.info("We now present (for your copy-and-paste pleasure) your ACME Challenge");
|
||||||
console.info("public Challenge and secret KeyAuthorization and Digest, in that order, respectively:");
|
console.info("public Challenge and secret KeyAuthorization and Digest, in that order, respectively:");
|
||||||
console.info(challenge);
|
console.info(challenge);
|
||||||
console.info(keyAuthorization);
|
console.info(keyAuthorization);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user