Intel AMT ACM activation fully working.

This commit is contained in:
Ylian Saint-Hilaire
2019-06-20 18:23:52 -07:00
parent 56637d4d58
commit 57b4b6cde2
6 changed files with 39 additions and 14 deletions

View File

@@ -82,6 +82,15 @@
"_MaxAgentSessions": 100,
"MaxSingleUserSessions": 10
},
"_AmtAcmActivation": {
"log": "amtactivation.log",
"certs": {
"mycertname": {
"certfiles": [ "amtacm-leafcert.crt", "amtacm-intermediate1.crt", "amtacm-intermediate2.crt", "amtacm-rootcert.crt" ],
"keyfile": "amtacm-leafcert.key"
}
}
},
"_Redirects": {
"meshcommander": "https://www.meshcommander.com/"
},