From e40fd1d688afd7277d2f33eb6c3803d5ace65f01 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Fri, 16 Dec 2022 09:08:54 -0500 Subject: [PATCH] docs - disable old TLS https://github.com/Ylianst/MeshCentral/issues/4756 --- docs/docs/meshcentral/security.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/docs/meshcentral/security.md b/docs/docs/meshcentral/security.md index 792ba481..f442a6c5 100644 --- a/docs/docs/meshcentral/security.md +++ b/docs/docs/meshcentral/security.md @@ -17,3 +17,13 @@ Adjust these items in your `config.json` ``` ![](images/rate_limiting_logins.png) + +## Disabling TLS 1.0/1.1 for AMT + +```json +{ + "settings": { + "mpshighsecurity": true + } +} +```