Update SSL config for cassandra (#6145)

Documentation was missing the references to the SSL key and cert
pull/6138/head
Sergio Rua 4 years ago committed by GitHub
parent c6af640798
commit 069156380f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      docs/sources/configuration/_index.md

@ -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]

Loading…
Cancel
Save