GreenLock v3 fix
This commit is contained in:
parent
8388fd73a6
commit
1f25d75c86
|
@ -40,7 +40,7 @@ module.exports.CreateLetsEncrypt = function(parent) {
|
|||
obj.performRestart = false;
|
||||
|
||||
// Setup the certificate storage paths
|
||||
obj.configPath = obj.path.join(obj.parent.datapath, 'letsencrypt');
|
||||
obj.configPath = obj.path.join(obj.parent.datapath, 'letsencrypt3');
|
||||
try { obj.parent.fs.mkdirSync(obj.configPath); } catch (e) { }
|
||||
|
||||
// Setup Let's Encrypt default configuration
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "meshcentral",
|
||||
"version": "0.4.3-z",
|
||||
"version": "0.4.4-a",
|
||||
"keywords": [
|
||||
"Remote Management",
|
||||
"Intel AMT",
|
||||
|
|
Loading…
Reference in New Issue