X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/e65d9d10ee920bea813541937a8485982678d771..deb9e1c43e15c18b082f229646018f07ca4686a0:/README.md?ds=inline diff --git a/README.md b/README.md index 96ec640..ee137d0 100644 --- a/README.md +++ b/README.md @@ -630,4 +630,23 @@ 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"] + } +} + ```