mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixes Intel AMT MEI calls.
This commit is contained in:
parent
608c1f0d98
commit
39541f8755
10 changed files with 48 additions and 34 deletions
|
@ -251,6 +251,16 @@ module.exports.CertificateOperations = function (parent) {
|
|||
v.value = 'rootcert.meshcentral.com';
|
||||
setupbin.records[0].variables.push(v);
|
||||
|
||||
/*
|
||||
// Create "ME Provision Halt Active" variable
|
||||
v = {};
|
||||
v.moduleid = 2;
|
||||
v.varid = 28;
|
||||
v.length = -1;
|
||||
v.value = 1;
|
||||
setupbin.records[0].variables.push(v);
|
||||
*/
|
||||
|
||||
// Write to log file
|
||||
obj.logAmtActivation(domain, { time: new Date(), action: 'setupbin', domain: domain.id, userid: user._id, oldmebx: oldmebxpass, newmebx: newmebxpass, rootname: certRootName, hash: wildcardCertSha256, dns: 'rootcert.meshcentral.com' });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue