You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -123,6 +123,7 @@ when a protected resource is accessed.
123
123
```
124
124
125
125
Replace `[Server URL]` with the server that requires certificate authentication.
126
+
Replace `[Team Slug]` with your Smallstep team slug.
126
127
This field is an [Enterprise policy URL pattern](https://chromeenterprise.google/policies/url-patterns/).
127
128
128
129
Note: According to [Understand Chrome policy management](https://support.google.com/chrome/a/answer/9037717),
@@ -151,7 +152,7 @@ To test the certificate, restart the browser and visit one your target URLs.
151
152
152
153
1. Confirm that a client certificate has been issued, run `certmgr` from PowerShell.
153
154
Look inside Certificates - Current User → Personal → Certificates.
154
-
You should see a certificate issued by `Smallstep Accounts Intermediate CA`.
155
+
You should see a certificate issued by a Smallstep Accounts Intermediate CA.
155
156
156
157
2. Confirm your client certificate is visible in your browser. If not, restart the browser.
157
158
@@ -168,7 +169,7 @@ For Chrome and Edge, we can use the [`AutoSelectCertificateForUrls`](https://chr
168
169
- If the key you're looking for doesn't exist, you may need to create the `Google` and `Google/Chrome` keys or the `Edge` key.
169
170
170
171
3. In the registry path for your browser, create a new String Value named `AutoSelectCertificateForUrls`
171
-
4. Set the value to `["{\"pattern\":\"$URL\",\"filter\":{\"ISSUER\":{\"CN\":\"Smallstep Accounts Intermediate CA\"}}}"]`, substituting `$URL` for the URL you want to use with the Smallstep client certificate.
172
+
4. Set the value to `["{\"pattern\":\"$URL\",\"filter\":{\"ISSUER\":{\"CN\":\"Smallstep $TEAM Accounts Intermediate CA\"}}}"]`, substituting `$URL` for the URL you want to use with the Smallstep client certificate, and `$TEAM` for your Smallstep team slug.
172
173
5. Restart the browser.
173
174
6. Confirm the policy change.
174
175
@@ -190,16 +191,17 @@ We can use the [AutoSelectCertificateForUrls](https://chromeenterprise.google/po
0 commit comments