Skip to content

Commit

Permalink
docs: update db self-hosted for custom ca (#49599)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Dec 2, 2024
1 parent 42172ce commit c135d34
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ system](../../enroll-resources/database-access/rbac.mdx).

The Teleport Database Service proxies traffic from database clients to
self-hosted databases in your infrastructure. Teleport maintains a certificate
authority for database clients. You configure your database to trust the
authority (CA) for database clients. You configure your database to trust the
Teleport database client CA, and the Teleport Database Service presents
certificates signed by this CA when proxying user traffic. With this setup,
there is no need to store long-lived credentials for self-hosted databases.

Meanwhile, the Teleport Database Service verifies self-hosted databases by
checking their TLS certificates against either the Teleport database CA or a
custom CA chosen by the user.
custom CA used with the database.

In this guide, you will:

Expand Down

0 comments on commit c135d34

Please sign in to comment.