GreenLock v3 fix

Ylian Saint-Hilaire committed Nov 13, 2019 at 22:59 UTC 9a1bd52351487176f6949a3ab397a4df2af01268
2 files changed +2 -2
letsEncrypt.js
+1 -1
@@ -40,7 +40,7 @@ module.exports.CreateLetsEncrypt = function(parent) {
40 obj.performRestart = false;
41
42 // Setup the certificate storage paths
43 - obj.configPath = obj.path.join(obj.parent.datapath, 'letsencrypt');
43 + obj.configPath = obj.path.join(obj.parent.datapath, 'letsencrypt3');
44 try { obj.parent.fs.mkdirSync(obj.configPath); } catch (e) { }
45
46 // Setup Let's Encrypt default configuration
package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "0.4.3-z",
3 + "version": "0.4.4-a",
4 "keywords": [
5 "Remote Management",
6 "Intel AMT",