From de2218dd2ccffc4ff3d83d287272f3f8cd2dad86 Mon Sep 17 00:00:00 2001 From: Vivien Schilis Date: Tue, 4 Aug 2015 05:05:27 +0000 Subject: [PATCH] Add documentation for the tls_ca_file option --- website/source/docs/config/index.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/config/index.html.md b/website/source/docs/config/index.html.md index 4de6cef58461..34ebf825b9fb 100644 --- a/website/source/docs/config/index.html.md +++ b/website/source/docs/config/index.html.md @@ -160,6 +160,8 @@ The MySQL backend has the following options: * `table` (optional) - The name of the table to use. Defaults to "vault". + * `tls_ca_file` (optional) - The path to the CA certificate to connect using TLS + #### Backend Reference: Inmem The in-memory backend has no configuration options.