mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
fix local amt with sqlite/mysql/postgres #6321
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
@@ -2225,12 +2225,12 @@
|
||||
"TlsConnections": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "When set to false, MeshCentral will use TLS to connect to Intel AMT, this is not recommended."
|
||||
"description": "When set to false, MeshCentral will NOT use TLS to connect to Intel AMT, this is not recommended."
|
||||
},
|
||||
"TlsAcmActivation": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "When set to false, MeshCentral will not attempt a TLS ACM activation on Intel AMT v14+"
|
||||
"description": "When set to true, MeshCentral will attempt a TLS ACM activation on Intel AMT v14+"
|
||||
},
|
||||
"AdminAccounts": {
|
||||
"description": "List of username and passwords to try when connecting to Intel AMT.",
|
||||
|
||||
Reference in New Issue
Block a user