From d1bf509e7060741dbfce08b4d4c9947eef1761b2 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Tue, 13 Mar 2018 10:42:14 -0700 Subject: [PATCH] docs: fix typo tls_cert_file -> cert_file --- website/source/docs/agent/configuration/vault.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/configuration/vault.html.md b/website/source/docs/agent/configuration/vault.html.md index cf2f44ef5..01207900d 100644 --- a/website/source/docs/agent/configuration/vault.html.md +++ b/website/source/docs/agent/configuration/vault.html.md @@ -72,7 +72,7 @@ vault { `tls_key_file`. - `key_file` `(string: "")` - Specifies the path to the private key used for - Vault communication. If this is set then you need to also set `tls_cert_file`. + Vault communication. If this is set then you need to also set `cert_file`. - `tls_server_name` `(string: "")` - Specifies an optional string used to set the SNI host when connecting to Vault via TLS.