Add config docs for leader_tls_servername. (#11369)

This commit is contained in:
Nick Cabatoff
2021-04-16 09:40:42 -04:00
committed by GitHub
parent 58456a63a9
commit 999bd34faa
2 changed files with 8 additions and 1 deletions

View File

@@ -37,7 +37,10 @@ leader node.
- `leader_client_key` `(string: "")` - Client key used to communicate with
Raft's leader node.
- `leader_tls_servername` `(string: "")` - TLS servername to use when connecting with HTTPS. Should match one of the names in the DNS SANs of the remote server certificate.
- `leader_tls_servername` `(string: "")` - TLS servername to use when connecting with HTTPS.
Should match one of the names in the DNS SANs of the remote server certificate.
- `auto_join` `(string: "")` - Defines any cloud auto-join metadata. If
supplied, Vault will attempt to automatically discover peers in addition to what
can be provided via 'leader_api_addr'.