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