Skip to content

Commit

Permalink
Fix a display error of code snippit (pingcap#5642)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored May 18, 2021
1 parent 03a2c15 commit d8140fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions enable-tls-between-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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`:

Expand All @@ -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`:

Expand Down

0 comments on commit d8140fd

Please sign in to comment.