mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Added option to skip challenge verification when getting Let's Encrypt certificate.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user