Skip to content

Commit

Permalink
zh, en: fix TLS for client typo (#156)
Browse files Browse the repository at this point in the history
* fx tls for client typo

* Update zh/enable-tls-for-mysql-client.md

Co-Authored-By: Ran <huangran@pingcap.com>

Co-authored-by: Ran <huangran@pingcap.com>
Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 3, 2020
1 parent ab00505 commit d131138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/enable-tls-for-mysql-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ In this step, you create a TiDB cluster using two CR object, enable TLS for the
## Step 3: Configure the MySQL client to use encrypted connection
To connect the MySQL client with the TiDB cluster, use the client-side certificate created above and take the following methods. For details, refer to [Starting tidb-operator locally](https://github.com/pingcap/tidb-operator/blob/master/docs/CONTRIBUTING.md#start-tidb-operator-locally-and-do-manual-tests).
To connect the MySQL client with the TiDB cluster, use the client-side certificate created above and take the following methods. For details, refer to [Configure the MySQL client to use encrypted connections](https://pingcap.com/docs/stable/how-to/secure/enable-tls-clients/#configure-the-mysql-client-to-use-encrypted-connections).
1. If you issue certificates using `cfssl`, execute the following command to connect with the TiDB server:
Expand Down
2 changes: 1 addition & 1 deletion zh/enable-tls-for-mysql-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ spec:

## 第三步:配置 MySQL 客户端使用加密连接

可以根据 [官网文档](https://github.com/pingcap/tidb-operator/blob/master/docs/CONTRIBUTING.md#start-tidb-operator-locally-and-do-manual-tests) 提示,使用上面创建的 Client 证书,通过下面的方法连接 TiDB 集群:
可以根据[官网文档](https://pingcap.com/docs-cn/stable/how-to/secure/enable-tls-clients/#配置-mysql-客户端使用加密连接)提示,使用上面创建的 Client 证书,通过下面的方法连接 TiDB 集群:

1. 通过 `cfssl` 颁发证书,连接 TiDB Server 的方法是:

Expand Down

0 comments on commit d131138

Please sign in to comment.