X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/e65d9d10ee920bea813541937a8485982678d771..560e8c3ca69e6449596b1365c7b1184c7be6f5d8:/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"] + } +} +```