Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update tls cert private instrs #50418

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion docs/pages/includes/tls-certificate-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ deployments, use your own private key and certificate.
On your Teleport host, place a valid private key and a certificate chain in `/var/lib/teleport/privkey.pem`
and `/var/lib/teleport/fullchain.pem` respectively.

The leaf certificate must have a subject that corresponds to the domain of your Teleport host, e.g., `*.teleport.example.com`.
The leaf certificate must have a subject that corresponds to the domain of your Teleport host, e.g., `teleport.example.com`
with all other mapped domains as alternate names, e.g., `*.teleport.example.com` for web applications.

On the host where you will start the Teleport Auth Service and Proxy Service,
run the following `teleport configure` command. Assign <Var
Expand Down
Loading