From c8a0dd1d3b0f329bdcec37e55be3113162f873d6 Mon Sep 17 00:00:00 2001 From: "Peter Cooper Jr." Date: Thu, 6 Jun 2024 15:24:24 -0400 Subject: [PATCH] Fix documentation in README of skipChallengeTest It looks like the code actually uses "skipChallengeTest", but the README had an extra "s" at the end. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8d57e4..aa93fc8 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ ACME.computeChallenge({ | maintainerEmail | should be a contact for the author of the code to receive critical bug and security notices | | notify | all callback for logging events and errors in the form `function (ev, args) { ... }` | | packageAgent | should be an RFC72321-style user-agent string to append to the ACME client (ex: mypackage/v1.1.1) | -| skipChallengeTests | do not do a self-check that the ACME-issued challenges will pass (not recommended) | +| skipChallengeTest | do not do a self-check that the ACME-issued challenges will pass (not recommended) | | skipDryRun: false | do not do a self-check with self-issued challenges (not recommended) | | subscriberEmail | should be a contact for the service provider to receive renewal failure notices and manage the ACME account |