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

[v16] docs: update teleport windows auth exe example and license verbiage #46855

Merged
merged 3 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/pages/admin-guides/deploy-a-cluster/license.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Teleport Web UI users will see an alert banner:

![License expired banner](../../../img/enterprise/license-expired.png)

Attempts to authenticate to Teleport via Single Sign-On connectors will fail.
Enterprise features like Single Sign-On will fail.

## Unlicensed Teleport features

Expand Down
17 changes: 1 addition & 16 deletions docs/pages/enroll-resources/desktop-access/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,12 @@ To prepare a Windows computer:
$ curl.exe -fo teleport.cer <Var name="https://teleport.example.com"/>/webapi/auth/export?type=windows
```

<Tabs>
<TabItem scope={["oss", "enterprise"]} label="Teleport Community Edition/Teleport Enterprise">

3. Download the Teleport Windows Auth setup program:

```code
$ curl.exe -fo teleport-windows-auth-setup-v(=teleport.version=)-amd64.exe https://cdn.teleport.dev/teleport-windows-auth-setup-v(=teleport.version=)-amd64.exe
```

</TabItem>
<TabItem label="Teleport Enterprise Cloud">

3. Download the Teleport Windows Auth setup program:

```code
$ curl.exe -fo teleport-windows-auth-setup-v(=cloud.version=)-amd64.exe https://cdn.teleport.dev/teleport-windows-auth-setup-v(=cloud.version=)-amd64.exe
```

</TabItem>
</Tabs>

4. Double-click the executable you downloaded to run the Teleport Windows Auth Setup program
interactively and select the Teleport certificate that you exported when prompted.

Expand All @@ -85,7 +70,7 @@ If you want to automate the installation process, you can run the setup program
an administrative Command Prompt or PowerShell console with the following command:

```code
$ teleport-windows-auth-setup.exe install --cert=teleport.cer -r
$ teleport-windows-auth-setup-v(=teleport.version=)-amd64.exe install --cert=teleport.cer -r
```

## Step 2/4. Configure the Windows Desktop Service
Expand Down
Loading