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
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/manual-deployment.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,7 @@ The command to install the certificate with Python on Windows automatically incl
324
324
```powershell
325
325
gc "$env:USERPROFILE\Downloads\certificate.crt" | ac $CERT_PATH
326
326
```
327
-
5.If needed, configure system variables to point to this CA store by adding them to PowerShell's configuration file:
327
+
5.(Optional) Configure your system variables to point to the CA store by adding them to PowerShell's configuration file:
4.If needed, configure system variables to point to this CA store by adding them to your shell's configuration file (such as `~/.zshrc` or `~/.bash_profile`). For example:
346
+
4.(Optional) Configure your system variables to point to the CA store by adding them to your shell's configuration file (such as `~/.zshrc` or `~/.bash_profile`). For example:
0 commit comments