Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 662 Bytes

security-config.md

File metadata and controls

21 lines (13 loc) · 662 Bytes
title summary category
TiKV Security Configuration
Learn about the security configuration in TiKV.
reference

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 server’s CA certificates.

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

The path to the file that contains the PEM encoding of the server’s certificate chain.

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

The path to the file that contains the PEM encoding of the server’s private key.