2
0
mirror of https://github.com/therootcompany/acme.js synced 2025-04-18 13:40:40 +00:00

Merge c8a0dd1d3b0f329bdcec37e55be3113162f873d6 into 45fd6962f259c6399de05589848d68be42894316

This commit is contained in:
petercooperjr 2024-06-06 15:25:06 -04:00 committed by GitHub
commit c9ab800589
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 |