Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tso-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ The TSO node is used for providing the `tso` microservice for PD. This document

Configuration items related to security

### `cacert-path`
### `cert-path`

- The path of the CA file
- The path of the Privacy Enhanced Mail (PEM) file that contains the X.509 certificate
- Default value: ""

### `cert-path`
### `cacert-path`

- The path of the Privacy Enhanced Mail (PEM) file that contains the X.509 certificate
- The path of the CA file
- Default value: ""

### `key-path`
Expand Down Expand Up @@ -127,7 +127,7 @@ Configuration items related to the log file

## metric

Configuration items related to monitoring
Configuration items related to `metric`.

### `interval`

Expand Down