Skip to content

Commit 58dccad

Browse files
committed
Updates
1 parent cb9eddc commit 58dccad

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
]
5656
},
5757
{
58-
"title": "Configure Endpoints for Smallstep",
58+
"title": "Configure Devices for Smallstep",
5959
"routes": [
6060
{
6161
"title": "Configure Browser Certificates",

tutorials/browser-certificate-setup-guide.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Configure Web Browser Certificates
3-
updated_at: March 11, 2025
3+
updated_at: March 17, 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
---
@@ -114,13 +114,16 @@ when a protected resource is accessed.
114114
Replace `[Server URL]` with the server that requires certificate authentication.
115115
This field is an [Enterprise policy URL pattern](https://chromeenterprise.google/policies/url-patterns/).
116116

117+
Note: According to [Understand Chrome policy management](https://support.google.com/chrome/a/answer/9037717),
118+
Chrome will *not* merge multiple `AutoSelectCertificateForUrls` policies.
119+
You must add all of your certificate selection preferences into a single managed configuration profile.
120+
117121
5. Upload the plist file to Jamf.
118122
6. Deploy the configuration profile to your test endpoint.
119123

120124
To test the certificate, restart Firefox and visit `https://accounts.ca.[team-id].smallstep.com/-/hello-mtls`. You can find your Team ID in [Team Settings](https://smallstep.com/app/?next=/settings/team).
121125

122126
### Safari
123127

124-
Safari relies on the Keychain and system-level certificate trust settings, rather than per-app policies like Chrome and Firefox. Certificate selection in Safari is mostly automatic, but it may prompt the user if multiple matching client certificates exist.
125-
128+
Safari relies on the Keychain and system-level certificate trust settings, rather than per-app policies like Chrome and Firefox. Certificate selection in Safari is mostly automatic, but it may prompt the user if multiple matching client certificates exist. Smallstep's agent will set identity preferences as needed.
126129

0 commit comments

Comments
 (0)