Skip to content

Commit 8786733

Browse files
committed
fix spacing
1 parent 85be97c commit 8786733

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/managed-networks.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ To create a TLS endpoint using Windows Internet Information Services (IIS) Manag
143143

144144
3. Extract the certificate's SHA-256 fingerprint:
145145

146-
```powershell
147-
[System.BitConverter]::ToString([System.Security.Cryptography.SHA256]::Create().ComputeHash((Get-ChildItem Cert:\LocalMachine\My | Where-Object { $_.FriendlyName -eq "Cloudflare Managed Network Certificate" }).RawData)) -replace "-", ""
148-
```
146+
```powershell
147+
[System.BitConverter]::ToString([System.Security.Cryptography.SHA256]::Create().ComputeHash((Get-ChildItem Cert:\LocalMachine\My | Where-Object { $_.FriendlyName -eq "Cloudflare Managed Network Certificate" }).RawData)) -replace "-", ""
148+
```
149149

150-
```powershell output
151-
DD4F4806C57A5BBAF1AA5B080F0541DA75DB468D0A1FE731310149500CCD8662
152-
```
150+
```powershell output
151+
DD4F4806C57A5BBAF1AA5B080F0541DA75DB468D0A1FE731310149500CCD8662
152+
```
153153

154-
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.
154+
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.
155155

156156
4. Open IIS Manager.
157157

@@ -175,7 +175,7 @@ To create a TLS endpoint using Windows Internet Information Services (IIS) Manag
175175
curl --verbose --insecure --resolve office-name.example.internal:443:<private-server-IP> https://office-name.example.internal
176176
```
177177

178-
You need to pass the `--insecure` option because we are using a self-signed certificate. The `--resolve` option allows you to connect to the server's private IP but also pass the hostname to the server for SNI and certificate validation. If the device is connected to the network, the request should return your directory's default homepage(`C:\inetpub\wwwroot\iisstart.htm`).
178+
You need to pass the `--insecure` option because we are using a self-signed certificate. The `--resolve` option allows you to connect to the server's private IP but also pass the hostname to the server for SNI and certificate validation. If the device is connected to the network, the request should return your directory's default homepage (`C:\inetpub\wwwroot\iisstart.htm`).
179179
</Details>
180180

181181
### Supported cipher suites

0 commit comments

Comments
 (0)