Skip to content

Commit

Permalink
[v14] docs: update teleport windows auth exe example (#46857)
Browse files Browse the repository at this point in the history
* docs: update teleport windows auth exe example

* docs: remove tabs for windows auth
  • Loading branch information
stevenGravy committed Sep 30, 2024
1 parent ff85074 commit 12df409
Showing 1 changed file with 1 addition and 16 deletions.
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

0 comments on commit 12df409

Please sign in to comment.