X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/e65d9d10ee920bea813541937a8485982678d771..a1a83c2320c1d435fe38a3c8632f7e46b80607eb:/README.md diff --git a/README.md b/README.md index 96ec640..6e7ef5c 100644 --- a/README.md +++ b/README.md @@ -631,3 +631,22 @@ This policy allows you to add PKCS #11 Modules } } ``` +### SSLVersionMin +This policy allows you to set the minimum TLS version. +``` +{ + "policies": { + "SSSLVersionMin": ["tls1", "tls1.1", "tls1.2",. "tls1.3"] + } +} + +``` +### SSLVersionMax +This policy allows you to set the maximum TLS version. +``` +{ + "policies": { + "SSSLVersionMax": ["tls1", "tls1.1", "tls1.2",. "tls1.3"] + } +} +```