Added option to skip challenge verification when getting Let's Encrypt certificate.

This commit is contained in:
Ylian Saint-Hilaire
2021-11-24 21:39:02 -08:00
parent aefe4ece9f
commit 02978e1972
3 changed files with 3 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ module.exports.CreateLetsEncrypt = function (parent) {
csr,
email: obj.parent.config.letsencrypt.email,
termsOfServiceAgreed: true,
skipChallengeVerification: (obj.parent.config.letsencrypt.skipchallengeverification === true),
challengeCreateFn,
challengeRemoveFn
}).then(function (cert) {