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] Desktop access getting started CLI fixes #11225

Merged
merged 2 commits into from
Mar 18, 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
12 changes: 6 additions & 6 deletions docs/pages/desktop-access/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ certificate-based smart card authentication, and ensuring RDP is enabled.

1. Get the Teleport user CA certificate by running:

```
```code
$ tctl auth export --type=windows > user-ca.cer
```

Expand Down Expand Up @@ -237,16 +237,16 @@ access.

1. Publish the CA to LDAP:

```
$ certutil –dspublish –f <PathToCertFile.cer> NTAuthCA
```powershell
certutil –dspublish –f <PathToCertFile.cer> NTAuthCA
```

2. Force the retrieval of the CA from LDAP. While this step is not required, it
speeds up the process and allows you to proceed to the next steps without
waiting for the certificate to propagate.

```
$ certutil -pulse
```powershell
certutil -pulse
```

### Enable the Smart Card service
Expand Down Expand Up @@ -384,7 +384,7 @@ providing a join token.

First, generate a join token with the following command:

```
```code
$ tctl tokens add --type=windowsdesktop
```

Expand Down