GreenLock v3 fix

This commit is contained in:
Ylian Saint-Hilaire 2019-11-13 22:59:33 -08:00
parent 8388fd73a6
commit 1f25d75c86
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.4.3-z",
"version": "0.4.4-a",
"keywords": [
"Remote Management",
"Intel AMT",