diff --git a/docs/pages/admin-guides/deploy-a-cluster/license.mdx b/docs/pages/admin-guides/deploy-a-cluster/license.mdx index 5bd897920416..b5097e0f7417 100644 --- a/docs/pages/admin-guides/deploy-a-cluster/license.mdx +++ b/docs/pages/admin-guides/deploy-a-cluster/license.mdx @@ -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 diff --git a/docs/pages/enroll-resources/desktop-access/getting-started.mdx b/docs/pages/enroll-resources/desktop-access/getting-started.mdx index c50f473e7ea4..001f0411f11f 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. @@ -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