Skip to content

Commit 53be0b8

Browse files
Update tidb-cloud/tidb-cloud-tls-connect-to-premium.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 773e342 commit 53be0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidb-cloud/tidb-cloud-tls-connect-to-premium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Parameter descriptions:
7676

7777
[MySQL Connector/J](https://dev.mysql.com/doc/connector-j/en/)'s TLS connection configurations are used here as an example.
7878

79-
After downloading TiDB cluster CA, if you want to import it into your operating system, you can use the `keytool -importcert -alias TiDBCACert -file ca.pem -keystore <your_custom_truststore_path> -storepass <your_truststore_password>` command.
79+
After downloading the TiDB cluster CA certificate, if you want to import it into your operating system, you can use the `keytool -importcert -alias TiDBCACert -file ca.pem -keystore <your_custom_truststore_path> -storepass <your_truststore_password>` command.
8080

8181
```shell
8282
/* Be sure to replace the parameters in the following connection string. */

0 commit comments

Comments
 (0)