diff --git a/website/content/api-docs/system/storage/raft.mdx b/website/content/api-docs/system/storage/raft.mdx index e99f6d7d1a..049b9aaf28 100644 --- a/website/content/api-docs/system/storage/raft.mdx +++ b/website/content/api-docs/system/storage/raft.mdx @@ -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'. diff --git a/website/content/docs/configuration/storage/raft.mdx b/website/content/docs/configuration/storage/raft.mdx index b4eba336f0..c6a2b372b6 100644 --- a/website/content/docs/configuration/storage/raft.mdx +++ b/website/content/docs/configuration/storage/raft.mdx @@ -123,6 +123,10 @@ set `disable_mlock` to `true`, and to disable memory swapping on the system. - `auto_join_port` `(uint: "")` - The optional port used for addressed discovered via auto-join. +- `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. + See also [Integrated Storage and TLS](https://www.vaultproject.io/docs/concepts/integrated-storage#autojoin-with-tls-servername) + - `leader_ca_cert_file` `(string: "")` - File path to the CA cert of the possible leader node.