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
3. Copy the thumbprint value shown in the output. You will need the thumbprint when you [configure the managed network in Zero Trust](#3-add-managed-network-to-zero-trust).
You will need the SHA-256 fingerprint to [configure the managed network in Zero Trust](/#3-add-managed-network-to-zero-trust). Do not use the default SHA-1 thumbprint generated by the `New-SelfSignedCertificate` command.
146
155
147
156
4. Open IIS Manager.
148
157
@@ -175,7 +184,9 @@ The WARP client establishes a TLS connection using [Rustls](https://github.com/r
175
184
176
185
## 2. Extract the SHA-256 fingerprint
177
186
178
-
<Tabs> <TabItemlabel="local certificate">
187
+
The SHA-256 fingerprint is only required if your TLS endpoint uses a self-signed certificate.
188
+
189
+
<Tabs> <TabItemlabel="Local certificate">
179
190
180
191
To obtain the SHA-256 fingerprint of a local certificate:
181
192
@@ -189,7 +200,7 @@ The output will look something like:
0 commit comments