docs - disable old TLS https://github.com/Ylianst/MeshCentral/issues/4756
silversword411 committed
Dec 16, 2022 at 09:08 UTC
e40fd1d688afd7277d2f33eb6c3803d5ace65f01
1 file changed
+10
docs/docs/meshcentral/security.md
+10
@@ -17,3 +17,13 @@ Adjust these items in your `config.json`
17
```
18
19

20
+
21
+## Disabling TLS 1.0/1.1 for AMT
22
+
23
+```json
24
+{
25
+ "settings": {
26
+ "mpshighsecurity": true
27
+ }
28
+}
29
+```