mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Version 1.0.59
This commit is contained in:
@@ -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...");
|
||||
|
||||
Reference in New Issue
Block a user