mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
GreenLock v3 fix
This commit is contained in:
parent
1ff68e3ca2
commit
9a1bd52351
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue