Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hello Mtls
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
smallstep
Hello Mtls
Commits
b7db7a1a
Commit
b7db7a1a
authored
3 years ago
by
Alan Christopher Thomas
Browse files
Options
Downloads
Patches
Plain Diff
Remove client content
parent
988cfdc2
Branches
tidb
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/tidb/config.yaml
+1
-7
1 addition, 7 deletions
docs/tidb/config.yaml
docs/tidb/topics/client.md
+0
-7
0 additions, 7 deletions
docs/tidb/topics/client.md
with
1 addition
and
14 deletions
docs/tidb/config.yaml
+
1
−
7
View file @
b7db7a1a
name
:
TiDB
protocol
:
mysql
server_port
:
4000
topics
:
client
:
links
:
-
text
:
Enable TLS Between TiDB Clients and Servers
url
:
https://docs.pingcap.com/tidb/stable/enable-tls-between-clients-and-servers
-
text
:
Enable TLS Between TiDB Components
url
:
https://docs.pingcap.com/tidb/stable/enable-tls-between-components
topics
:
{}
This diff is collapsed.
Click to expand it.
docs/tidb/topics/client.md
deleted
100644 → 0
+
0
−
7
View file @
988cfdc2
Connect to your TiDB database using
`mysql`
connection parameters to specify the location of your client certificate, private key, and root CA certificate.
```
shell-session
$
mysql
--host
127.0.0.1
--port
4000
\
-u root --ssl-ca={{ ca_cert }} --ssl-mode=VERIFY_CA ]
--ssl-cert={{ client_cert }} --ssl-key={{ client_key }}"
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment