Skip to content

Commit

Permalink
docs: fix typo tls_cert_file -> cert_file
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Mar 13, 2018
1 parent a90ce65 commit 75209f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/agent/configuration/vault.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 75209f0

Please sign in to comment.