Skip to content

Commit 0fa7913

Browse files
committed
URL pattern examples
1 parent ba0880b commit 0fa7913

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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)