Version 1.0.59
This commit is contained in:
parent
11612d5028
commit
a365f7d6b4
|
@ -998,7 +998,8 @@ module.exports.CertificateOperations = function (parent) {
|
|||
if (r.mps == null) { console.log(' Intel AMT MPS certificate is missing.'); }
|
||||
if (r.agent == null) { console.log(' Server agent authentication certificate is missing.'); }
|
||||
if (r.codesign == null) { console.log(' Agent code signing certificate is missing.'); }
|
||||
process.exit(0); return null;
|
||||
process.exit(0);
|
||||
return null;
|
||||
}
|
||||
|
||||
console.log("Generating certificates, may take a few minutes...");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "meshcentral",
|
||||
"version": "1.0.58",
|
||||
"version": "1.0.59",
|
||||
"keywords": [
|
||||
"Remote Device Management",
|
||||
"Remote Device Monitoring",
|
||||
|
|
Loading…
Reference in New Issue