mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-11 06:20:11 -05:00
Added Intel AMT ACM activation using USB.
This commit is contained in:
@@ -1263,6 +1263,7 @@ function CreateMeshCentralServer(config, args) {
|
||||
// Load any domain web certificates
|
||||
for (var i in obj.config.domains) {
|
||||
// Load any Intel AMT ACM activation certificates
|
||||
if (obj.config.domains[i].amtacmactivation == null) { obj.config.domains[i].amtacmactivation = {}; }
|
||||
obj.certificateOperations.loadIntelAmtAcmCerts(obj.config.domains[i].amtacmactivation);
|
||||
|
||||
if (typeof obj.config.domains[i].certurl == 'string') {
|
||||
|
||||
Reference in New Issue
Block a user