Skip to content

Commit

Permalink
add custom content
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored and ti-chi-bot committed Oct 8, 2022
1 parent 3e10de9 commit 24214f0
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,21 +428,57 @@ This variable is an alias for `last_insert_id`.
### ssl_ca
<CustomContent platform="tidb">
- Scope: NONE
- Default value: ""
- The location of the certificate authority file (if there is one), the value of this variable is defined by the TiDB configuration item [`ssl-ca`](/tidb-configuration-file.md#ssl-ca).
- The location of the certificate authority file (if there is one). The value of this variable is defined by the TiDB configuration item [`ssl-ca`](/tidb-configuration-file.md#ssl-ca).
</CustomContent>
<CustomContent platform="tidb-cloud">
- Scope: NONE
- Default value: ""
- The location of the certificate authority file (if there is one). The value of this variable is defined by the TiDB configuration item [`ssl-ca`](https://docs.pingcap.com/tidb/stable/tidb-configuration-file#ssl-ca).
</CustomContent>
### ssl_cert
<CustomContent platform="tidb">
- Scope: NONE
- Default value: ""
- The location of the certificate file (if there is a file) that is used for SSL/TLS connections, the value of this variable is defined by the TiDB configuration item [`ssl-cert`](/tidb-configuration-file.md#ssl-cert).
- The location of the certificate file (if there is a file) that is used for SSL/TLS connections. The value of this variable is defined by the TiDB configuration item [`ssl-cert`](/tidb-configuration-file.md#ssl-cert).
</CustomContent>
<CustomContent platform="tidb-cloud">
- Scope: NONE
- Default value: ""
- The location of the certificate file (if there is a file) that is used for SSL/TLS connections. The value of this variable is defined by the TiDB configuration item [`ssl-cert`](https://docs.pingcap.com/tidb/stable/tidb-configuration-file#ssl-cert).
</CustomContent>
### ssl_key
<CustomContent platform="tidb">
- Scope: NONE
- Default value: ""
- The location of the private key file (if there is one) that is used for SSL/TLS connections. The value of this variable is defined by TiDB configuration item [`ssl-key`](/tidb-configuration-file.md#ssl-cert).
</CustomContent>
<CustomContent platform="tidb-cloud">
- Scope: NONE
- Default value: ""
- The location of the private key file (if there is one) that is used for SSL/TLS connections, the value of this variable is defined by TiDB configuration item [`ssl-key`](/tidb-configuration-file.md#ssl-cert).
- The location of the private key file (if there is one) that is used for SSL/TLS connections. The value of this variable is defined by TiDB configuration item [`ssl-key`](https://docs.pingcap.com/tidb/stable/tidb-configuration-file#ssl-key).
</CustomContent>
### system_time_zone
Expand Down

0 comments on commit 24214f0

Please sign in to comment.