Fix documentation in README of skipChallengeTest

It looks like the code actually uses "skipChallengeTest", but the README had an extra "s" at the end.
This commit is contained in:
Peter Cooper Jr. 2024-06-06 15:24:24 -04:00
parent 45fd6962f2
commit c8a0dd1d3b
1 changed files with 1 additions and 1 deletions

View File

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