Version 1.0.59

This commit is contained in:
ylianst 2022-07-23 17:07:29 -07:00
parent 11612d5028
commit a365f7d6b4
2 changed files with 3 additions and 2 deletions

View File

@ -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...");

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "1.0.58",
"version": "1.0.59",
"keywords": [
"Remote Device Management",
"Remote Device Monitoring",