Skip to content

Commit

Permalink
As per review comments from @kenbreeman, additional property descript…
Browse files Browse the repository at this point in the history
…ion indicating support for multiple Root CAs in a single file has been added
  • Loading branch information
palsaurabh2005 committed Sep 12, 2018
1 parent 18811bb commit 3749e91
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions website/source/docs/configuration/storage/zookeeper.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,11 @@ znodes and, potentially, take Vault out of service.
ip:70.95.0.0/16
```
- `auth_info` `(string: "")` – Specifies an authentication string in Zookeeper
AddAuth format. For example, `digest:UserName:Password` could be used to
authenticate as user `UserName` using password `Password` with the `digest`
mechanism.
- `tls_enabled` `(bool: false)` – Specifies if TLS communication with the Zookeeper
backend has to be enabled.
- `tls_ca_file` `(string: "")` – Specifies the path to the CA certificate used
for Zookeeper communication.
- `tls_ca_file` `(string: "")` – Specifies the path to the CA certificate file used
for Zookeeper communication. Multiple CA certificates can be provided in the same file.
- `tls_cert_file` `(string: "")` (optional) – Specifies the path to the
certificate for Zookeeper communication.
Expand Down

0 comments on commit 3749e91

Please sign in to comment.