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:
parent
aefe4ece9f
commit
02978e1972
3 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue