filer tikv support tls

This commit is contained in:
duanhongyi
2022-07-08 14:23:06 +08:00
parent a85ed3fe8f
commit 1ceab96aba
2 changed files with 20 additions and 7 deletions

View File

@@ -337,3 +337,11 @@ pdaddrs = "localhost:2379"
deleterange_concurrency = 1
# Enable 1PC
enable_1pc = false
# Set the CA certificate path
ca_path=""
# Set the certificate path
cert_path=""
# Set the private key path
key_path=""
# The name list used to verify the cn name
verify_cn=""