Skip to content

Commit

Permalink
how-to/secure: fix a typo in TLS client doc (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn committed Mar 10, 2020
1 parent c687f95 commit 2114ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion how-to/secure/enable-tls-clients.md
Expand Up @@ -63,7 +63,7 @@ ssl-cert = "certs/server-cert.pem"
ssl-key = "certs/server-key.pem"
```

If the certificate parameters are correct, TiDB outputs `Secure connection is enabled` when started, otherwise it outputs `Secure connection is NOT ENABLED`.
If the certificate parameters are correct, TiDB outputs `secure connection is enabled` when started, otherwise it outputs `secure connection is NOT ENABLED`.

## Configure the MySQL client to use encrypted connections

Expand Down

0 comments on commit 2114ea0

Please sign in to comment.