1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

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