website/content/docs/3.0/reference/configuration/security-config.md

692 B
Raw Blame History

title description menu
TiKV Security Configuration Learn about the security configuration in TiKV.
docs
parent
Configuration

TiKV Security Configuration

TiKV has SSL/TLS integration to encrypt the data exchanged between nodes. This document describes the security configuration in the TiKV cluster.

ca-path = "/path/to/ca.pem"

The path to the file that contains the PEM encoding of the servers CA certificates.

cert-path = "/path/to/cert.pem"

The path to the file that contains the PEM encoding of the servers certificate chain.

key-path = "/path/to/key.pem"

The path to the file that contains the PEM encoding of the servers private key.