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

[v9] Cloud customer auth servers use port 443 #13066

Merged
merged 2 commits into from
Jun 2, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
fix: PR comment
Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
bpdohall and ptgott committed Jun 2, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 86f54f18361e5410b8f54a72e7747085901ce98b
2 changes: 1 addition & 1 deletion docs/pages/application-access/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ $ sudo teleport app start \
--auth-server=https://teleport.example.com:3080
```

Change `https://teleport.example.com:3080` to the address and port of your Teleport Proxy Server. If you are a Teleport Cloud cluster, use port 443 of your tenant's subdomain, e.g., `mytenant.teleport.sh:443`.
Change `https://teleport.example.com:3080` to the address and port of your Teleport Proxy Server. If you are a Teleport Cloud customer, use port 443 of your tenant's subdomain, e.g., `mytenant.teleport.sh:443`.

Make sure to update `--app-name` and `--app-uri` accordingly if you're using your own web application.