Skip to content

Commit

Permalink
Update SSL config for cassandra (#6145)
Browse files Browse the repository at this point in the history
Documentation was missing the references to the SSL key and cert
  • Loading branch information
digiserg committed May 17, 2022
1 parent c6af640 commit 0691563
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/sources/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1585,10 +1585,18 @@ cassandra:
# CLI flag: -cassandra.host-verification
[host_verification: <boolean> | default = true]
# Path to certificate file to verify the peer when SSL is enabled.
# Path to CA certificate file to verify the peer when SSL is enabled.
# CLI flag: -cassandra.ca-path
[CA_path: <string>]
# Path to client certificate file when SSL is enabled.
# CLI flag: -cassandra.tls-cert-path
[tls_cert_path: <string>]
# Path to key certificate file when SSL is enabled.
# CLI flag: -cassandra.tls-key-path
[tls_key_path: <string>]
# Enable password authentication when connecting to Cassandra.
# CLI flag: -cassandra.auth
[auth: <boolean> | default = false]
Expand Down

0 comments on commit 0691563

Please sign in to comment.