Skip to content

self-host: Update documentation to provide instructions when using self-signed certificates #29

@millerjp

Description

@millerjp

eg

tls:
  mode: "TLS"
  skipVerify: true # Disables host and CA verification, not sure if you want/need this?
  caFile: "/path/to/ca.crt" # required if skipVerify is not set and you are using a self-signed cert

vs

# SSL/TLS Settings
tls:
  mode: "disabled" # disabled, TLS
  # Only set if mode is TLS
  skipVerify: false
  caFile: "path_to_certs_on_cassandra_node.crt"
  certFile: "path_to_certs_on_cassandra_node.crt"
  keyFile: "path_to_key_file_on_cassandra_node.key"

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions