mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added recursive delete
This commit is contained in:
parent
dccdf4cc21
commit
f04752f1cb
7 changed files with 96 additions and 38 deletions
|
@ -41,6 +41,7 @@ module.exports.CreateLetsEncrypt = function (parent) {
|
|||
|
||||
// Create the main GreenLock code module.
|
||||
var greenlockargs = {
|
||||
version: 'draft-12',
|
||||
server: (obj.parent.config.letsencrypt.production === true) ? greenlock.productionServerUrl : greenlock.stagingServerUrl,
|
||||
store: leStore,
|
||||
challenges: { 'http-01': leHttpChallenge },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue