Skip to content

Commit 02e83f3

Browse files
刘校lilin90
刘校
andauthored
Fix a typo about enabling tls (pingcap#3801)
* found a typo * found a typo Co-authored-by: Lilian Lee <[email protected]>
1 parent 9692ba9 commit 02e83f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enable-tls-between-clients-and-servers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If the `ssl-ca` parameter is not specified in the TiDB server or MySQL client, t
107107

108108
- To perform mutual authentication, meet both of the above requirements.
109109

110-
By default, the server-to-client authentication is optional. Even if the client does not present its certificate of identification during the TLS handshake, the TLS connection can be still established. You can also require the client to be authenticated by specifying `require 509` when creating a user (`create user`), granting permissions (`grant`), or modifying an existing user (`alter user`). The following is an example of creating a user:
110+
By default, the server-to-client authentication is optional. Even if the client does not present its certificate of identification during the TLS handshake, the TLS connection can be still established. You can also require the client to be authenticated by specifying `require x509` when creating a user (`create user`), granting permissions (`grant`), or modifying an existing user (`alter user`). The following is an example of creating a user:
111111

112112
{{< copyable "sql" >}}
113113

0 commit comments

Comments
 (0)