Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/pages/database-access/guides/mysql-self-hosted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Install Teleport on the host where you will run the Teleport Database Service:

(!docs/pages/includes/database-access/tctl-auth-sign.mdx!)

Create the secrets:
From your local workstation, create the secrets:

```code
# Export Teleport's certificate authority and generate certificate/key pair
Expand All @@ -49,7 +49,8 @@ $ tctl auth sign --format=db --host=db.example.com --out=server --ttl=2190h
(!docs/pages/includes/database-access/ttl-note.mdx!)

The command will create 3 files: `server.cas`, `server.crt` and `server.key`
which you'll need to enable mutual TLS on your MySQL server.
which you'll need to enable mutual TLS on your MySQL server. Copy these files
to the environment running MySQL

## Step 3/4. Configure MySQL/MariaDB

Expand Down