Skip to content

Commit

Permalink
docs: update self-hosted config for db (#52556)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Feb 27, 2025
1 parent e92867e commit eea3fca
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Service:
$ sudo teleport db configure create \
-o file \
--token=/tmp/token \
--proxy=<Var name="example.teleport.sh" /> \
--proxy=<Var name="example.teleport.sh" />:443 \
--name={{ dbName }} \
--protocol={{ dbProtocol }} \
--uri={{ databaseAddress }} \
Expand All @@ -37,7 +37,7 @@ To configure the Teleport Database Service to trust a custom CA:
$ sudo teleport db configure create \
-o file \
--token=/tmp/token \
--proxy=<Var name="example.teleport.sh:443" /> \
--proxy=<Var name="example.teleport.sh" />:443 \
--name={{ dbName }} \
--protocol={{ dbProtocol }} \
--uri={{ databaseAddress }} \
Expand All @@ -53,7 +53,7 @@ without exporting the CA:
$ sudo teleport db configure create \
-o file \
--token=/tmp/token \
--proxy=<Var name="example.teleport.sh:443" /> \
--proxy=<Var name="example.teleport.sh" />:443 \
--name={{ dbName }} \
--protocol={{ dbProtocol }} \
--uri={{ databaseAddress }} \
Expand Down

0 comments on commit eea3fca

Please sign in to comment.