Skip to content

Commit cbacf39

Browse files
authored
Merge pull request #409 from smallstep/carl/compatibility
Smallstep app: Windows Home is not supported
2 parents 0e1fdd6 + 0fa7913 commit cbacf39

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

platform/smallstep-app.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
updated_at: April 08, 2025
2+
updated_at: April 24, 2025
33
title: The Smallstep App
44
html_title: The Smallstep App
55
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
3131

3232
### Windows
3333

34-
- Windows 10 or later
34+
- Windows 10 or later (Windows Home editions are _not supported_.)
3535
- Trusted Platform Module (TPM 2.0)
3636

3737
### Linux

tutorials/browser-certificate-setup-guide.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Configure Web Browser Certificates
3-
updated_at: April 10, 2025
3+
updated_at: April 24, 2025
44
html_title: Configure your web browsers to use Smallstep hardware-bound device identtiy certificates.
55
description: This tutorial describes how to set up web browsers to access resources using mutual TLS and Smallstep certificates.
66
---
@@ -107,7 +107,7 @@ when a protected resource is accessed.
107107
<array>
108108
<dict>
109109
<key>pattern</key>
110-
<string>[Server URL]</string>
110+
<string>[Server URL pattern]</string>
111111
<key>filter</key>
112112
<dict>
113113
<key>ISSUER</key>
@@ -122,8 +122,10 @@ when a protected resource is accessed.
122122
</plist>
123123
```
124124

125-
Replace `[Server URL]` with the server that requires certificate authentication.
126-
This field is an [Enterprise policy URL pattern](https://chromeenterprise.google/policies/url-patterns/).
125+
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/).
126+
127+
- Example: `[.*]xample.com` matches `xample.com` and `hello.xample.com` for any scheme, port, and path. It will not match `example.com`.
128+
- For more examples, see [the Chrome Enterprise docs](https://chromeenterprise.google/policies/url-patterns/).
127129

128130
Replace `[Team Slug]` with your Smallstep team slug.
129131

0 commit comments

Comments
 (0)