From 0d622339fb235ccb406cae5db55c836978148a95 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Sat, 21 Sep 2024 11:55:37 -0400 Subject: [PATCH 1/2] docs: update teleport windows auth exe example --- .../desktop-access/getting-started.mdx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/pages/enroll-resources/desktop-access/getting-started.mdx b/docs/pages/enroll-resources/desktop-access/getting-started.mdx index 7ea4b76b7beb..cb49796efb8f 100644 --- a/docs/pages/enroll-resources/desktop-access/getting-started.mdx +++ b/docs/pages/enroll-resources/desktop-access/getting-started.mdx @@ -84,10 +84,23 @@ interactively and select the Teleport certificate that you exported when prompte If you want to automate the installation process, you can run the setup program from an administrative Command Prompt or PowerShell console with the following command: + + + +```code +$ teleport-windows-auth-setup-v(=teleport.version=)-amd64.exe install --cert=teleport.cer -r +``` + + + + ```code -$ teleport-windows-auth-setup.exe install --cert=teleport.cer -r +$ teleport-windows-auth-setup-v(=cloud.version=)-amd64.exe install --cert=teleport.cer -r ``` + + + ## Step 2/4. Configure the Windows Desktop Service Now that you have prepared the Windows computer to enroll in the cluster, the next steps From a3f9268f29aa0ff3720bc15c97519362dfe66fcb Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Sat, 21 Sep 2024 12:59:58 -0400 Subject: [PATCH 2/2] docs: remove tabs for windows auth --- .../desktop-access/getting-started.mdx | 28 ------------------- 1 file changed, 28 deletions(-) diff --git a/docs/pages/enroll-resources/desktop-access/getting-started.mdx b/docs/pages/enroll-resources/desktop-access/getting-started.mdx index cb49796efb8f..d994e5496ee6 100644 --- a/docs/pages/enroll-resources/desktop-access/getting-started.mdx +++ b/docs/pages/enroll-resources/desktop-access/getting-started.mdx @@ -46,27 +46,12 @@ To prepare a Windows computer: $ curl.exe -fo teleport.cer /webapi/auth/export?type=windows ``` - - - 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 ``` - - - -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 -``` - - - - 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. @@ -84,23 +69,10 @@ interactively and select the Teleport certificate that you exported when prompte If you want to automate the installation process, you can run the setup program from an administrative Command Prompt or PowerShell console with the following command: - - - ```code $ teleport-windows-auth-setup-v(=teleport.version=)-amd64.exe install --cert=teleport.cer -r ``` - - - -```code -$ teleport-windows-auth-setup-v(=cloud.version=)-amd64.exe install --cert=teleport.cer -r -``` - - - - ## Step 2/4. Configure the Windows Desktop Service Now that you have prepared the Windows computer to enroll in the cluster, the next steps