From 9c963a063266a4f8c4c2285521214db0f2c5b39d Mon Sep 17 00:00:00 2001 From: Karl Gutwin Date: Wed, 22 Jul 2015 23:21:18 -0400 Subject: [PATCH] TLS minimum version documentation --- website/source/docs/config/index.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/config/index.html.md b/website/source/docs/config/index.html.md index 664867d96..876c710de 100644 --- a/website/source/docs/config/index.html.md +++ b/website/source/docs/config/index.html.md @@ -193,6 +193,10 @@ The supported options are: * `tls_key_file` (required unless disabled) - The path to the private key for the certificate. + * `tls_min_vers` (optional) - If provided, specifies the minimum + supported version of TLS. Accepted values are "tls10", "tls11" + or "tls12". This defaults to "tls12". + ## Telemetry Reference For the `telemetry` section, there is no resource name. All configuration