1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

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) {