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

Added AMT ACM activation wildcard cert support.

This commit is contained in:
Ylian Saint-Hilaire 2020-10-26 22:52:52 -07:00
parent 3561ad8c16
commit e9250c11db
2 changed files with 19 additions and 18 deletions

View file

@ -372,21 +372,8 @@ module.exports.CreateAmtManager = function (parent) {
// Deactivate CCM.
deactivateIntelAmtCCM(dev);
return;
} //else {
// Already deactivated or in ACM
//dev.consoleMsg("Done."); // TODO: We need to at least clear CIRA
//removeAmtDevice(dev);
//}
//return;
}
}
/*
// No Intel AMT policy, since this is CIRA-LMS, stop here.
if (dev.policy.amtPolicy == 0) {
dev.consoleMsg("Done.");
removeAmtDevice(dev);
return;
}
*/
}
// See if we need to try different credentials