diff --git a/platform/smallstep-app.mdx b/platform/smallstep-app.mdx index 7ff1c613..689892ff 100644 --- a/platform/smallstep-app.mdx +++ b/platform/smallstep-app.mdx @@ -1,5 +1,5 @@ --- -updated_at: April 08, 2025 +updated_at: April 24, 2025 title: The Smallstep App html_title: The Smallstep App description: This document specifies app download links, system requirements, runtime requirements, file permissions, and telemetry data collected for the Smallstep desktop app. @@ -31,7 +31,7 @@ Installers for macOS, Windows and Linux can be also be downloaded from [GitHub r ### Windows -- Windows 10 or later +- Windows 10 or later (Windows Home editions are _not supported_.) - Trusted Platform Module (TPM 2.0) ### Linux diff --git a/tutorials/browser-certificate-setup-guide.mdx b/tutorials/browser-certificate-setup-guide.mdx index 0eea4983..99bf0984 100644 --- a/tutorials/browser-certificate-setup-guide.mdx +++ b/tutorials/browser-certificate-setup-guide.mdx @@ -1,6 +1,6 @@ --- title: Configure Web Browser Certificates -updated_at: April 10, 2025 +updated_at: April 24, 2025 html_title: Configure your web browsers to use Smallstep hardware-bound device identtiy certificates. description: This tutorial describes how to set up web browsers to access resources using mutual TLS and Smallstep certificates. --- @@ -107,7 +107,7 @@ when a protected resource is accessed. pattern - [Server URL] + [Server URL pattern] filter ISSUER @@ -122,8 +122,10 @@ when a protected resource is accessed. ``` - Replace `[Server URL]` with the server that requires certificate authentication. - This field is an [Enterprise policy URL pattern](https://chromeenterprise.google/policies/url-patterns/). + Replace `[Server URL pattern]` with the server that requires certificate authentication. This field is a [Chrome Enterprise policy URL pattern](https://chromeenterprise.google/policies/url-patterns/). + + - Example: `[.*]xample.com` matches `xample.com` and `hello.xample.com` for any scheme, port, and path. It will not match `example.com`. + - For more examples, see [the Chrome Enterprise docs](https://chromeenterprise.google/policies/url-patterns/). Replace `[Team Slug]` with your Smallstep team slug.