Skip to content

Smallstep app: Windows Home is not supported #409

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

Merged
merged 2 commits into from
Apr 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions platform/smallstep-app.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down
10 changes: 6 additions & 4 deletions tutorials/browser-certificate-setup-guide.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down Expand Up @@ -107,7 +107,7 @@ when a protected resource is accessed.
<array>
<dict>
<key>pattern</key>
<string>[Server URL]</string>
<string>[Server URL pattern]</string>
<key>filter</key>
<dict>
<key>ISSUER</key>
Expand All @@ -122,8 +122,10 @@ when a protected resource is accessed.
</plist>
```

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.

Expand Down