Added option to not use TLS with connection to Intel AMT, usage is not recommanded.

This commit is contained in:
Ylian Saint-Hilaire
2022-02-01 16:08:17 -08:00
parent 4dcf4857c4
commit b9b334e8a2
2 changed files with 3 additions and 2 deletions

View File

@@ -608,6 +608,7 @@
"additionalProperties": false,
"description": "Information passed to the AMT manager module that impacts all Intel AMT device managed within this domain.",
"properties": {
"TlsConnections": { "type": "boolean", "default": true, "description": "When set to false, MeshCentral will use TLS to connect to Intel AMT, this is not recommanded." },
"TlsAcmActivation": { "type": "boolean", "default": false, "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.",