Added option to turn off Intel AMT TLS ACM activation on AMT v14+

This commit is contained in:
Ylian Saint-Hilaire
2021-07-27 16:20:34 -07:00
parent dcc6676435
commit 8d8c182a7f
2 changed files with 10 additions and 2 deletions

View File

@@ -527,6 +527,7 @@
"additionalProperties": false,
"description": "Information passed to the AMT manager module that impacts all Intel AMT device managed within this domain.",
"properties": {
"TlsAcmActivation": { "type": "boolean", "default": true, "description": "When set to false, MeshCentral will not attempt a TLS ACM activation on Intel AMT v14+" },
"AdminAccounts": {
"description": "List of username and passwords to try when connecting to Intel AMT.",
"type": "array",