From d8140fd5172df8f32b93c6ce1264359292c46f7e Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Tue, 18 May 2021 17:25:40 +0800 Subject: [PATCH] Fix a display error of code snippit (#5642) --- enable-tls-between-components.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/enable-tls-between-components.md b/enable-tls-between-components.md index 9a2ff02b187ad..292f60cfd1cfb 100644 --- a/enable-tls-between-components.md +++ b/enable-tls-between-components.md @@ -27,9 +27,9 @@ Currently, it is not supported to only enable encrypted transmission of some spe 2. Configure certificates. - To enable mutual authentication among TiDB components, configure the certificates of TiDB, TiKV, and PD as follows. + To enable mutual authentication among TiDB components, configure the certificates of TiDB, TiKV, and PD as follows. - - TiDB + - TiDB Configure in the configuration file or command-line arguments: @@ -43,7 +43,7 @@ Currently, it is not supported to only enable encrypted transmission of some spe cluster-ssl-key = "/path/to/tidb-server-key.pem" ``` - - TiKV + - TiKV Configure in the configuration file or command-line arguments, and set the corresponding URL to `https`: @@ -58,7 +58,7 @@ Currently, it is not supported to only enable encrypted transmission of some spe key-path = "/path/to/tikv-server-key.pem" ``` - - PD + - PD Configure in the configuration file or command-line arguments, and set the corresponding URL to `https`: