Skip to content

Commit eb9c85f

Browse files
committed
Add Powershell command
1 parent 8657d9f commit eb9c85f

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/manual-deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ To trust the Cloudflare root certificate in RubyGems, follow the procedure for y
638638
3. Add your RubyGems directory as an environment variable.
639639

640640
```powershell
641-
set RUBY_DIR=gem which rubygems
641+
[Environment]::SetEnvironmentVariable("RUBY_DIR", (Split-Path (gem which rubygems)), "User")
642642
```
643643

644644
4. Copy the Cloudflare certificate to your RubyGems certificate store.

0 commit comments

Comments
 (0)