-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
base: master
Are you sure you want to change the base?
Conversation
🤖 Vercel preview here: https://docs-iu7ojqpss-goteleport.vercel.app/docs |
🤖 Vercel preview here: https://docs-7u80jeayi-goteleport.vercel.app/docs |
@@ -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 mapped sub-domains as alternate names, e.g., `*.teleport.example.com`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we expect people to know what mapped sub-domains are? I'm not sure I would know what this meant if I wasn't already familiar with Teleport.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Subdomains are mentioned in step 1 for web applications. We can reword it another way if that will make it more clear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Example usage from here. https://goteleport.com/docs/admin-guides/deploy-a-cluster/linux-demo/#step-14-configure-dns.
I did a wording update.
🤖 Vercel preview here: https://docs-gnywjq6ct-goteleport.vercel.app/docs |
Instructions just mentioned the wildcard cert for private certs.