Skip to content

Commit c73e865

Browse files
committed
Troubleshoot commands
1 parent eb9c85f commit c73e865

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ To trust the Cloudflare root certificate in RubyGems, follow the procedure for y
606606
2. In a terminal, format the Cloudflare certificate for Ruby.
607607

608608
```sh
609-
openssl x509 -inform DER -in ~/Downloads/certificate.pem -out ruby-root-ca.crt
609+
openssl x509 -in ~/Downloads/certificate.pem -out ~/Downloads/ruby-root-ca.crt
610610
```
611611

612612
3. Add your RubyGems directory as an environment variable.
@@ -632,7 +632,7 @@ To trust the Cloudflare root certificate in RubyGems, follow the procedure for y
632632
2. In a terminal, format the Cloudflare certificate for Ruby.
633633

634634
```powershell
635-
openssl x509 -inform DER -in %UserProfile%\Downloads\certificate.pem -out ruby-root-ca.crt
635+
openssl x509 -in %UserProfile%\Downloads\certificate.pem -out %UserProfile%\Downloads\ruby-root-ca.crt
636636
```
637637

638638
3. Add your RubyGems directory as an environment variable.

0 commit comments

Comments
 (0)