Skip to content

Commit 113594a

Browse files
committed
Update other apps
1 parent b5328fc commit 113594a

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

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

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,11 @@ git config --global http.sslcainfo [PATH_TO_CLOUDFLARE_CERT]
407407

408408
### npm
409409

410-
The command below will set the `cafile` configuration to use the Cloudflare certificate. Make sure to use the certificate in the [`.pem`](/cloudflare-one/static/Cloudflare_CA.pem) file type.
411-
412-
```sh
413-
npm config set cafile [PATH_TO_CLOUDFLARE_CERT.pem]
414-
```
410+
1. [Download the Cloudflare certificate](#download-the-cloudflare-root-certificate) in `.pem` format.
411+
2. Set the `cafile` configuration to use the Cloudflare certificate:
412+
```sh
413+
npm config set cafile [PATH_TO_CLOUDFLARE_CERT.pem]
414+
```
415415

416416
On some systems you may need to set the following in your path/export list:
417417

@@ -431,12 +431,7 @@ The commands below will set the Google Cloud SDK to use the Cloudflare certifica
431431
curl --remote-name https://curl.se/ca/cacert.pem
432432
```
433433

434-
2. Get the Cloudflare CA.
435-
436-
```sh
437-
curl --remote-name https://developers.cloudflare.com/cloudflare-one/static/Cloudflare_CA.pem
438-
```
439-
434+
2. [Download the Cloudflare certificate](#download-the-cloudflare-root-certificate) in `.pem` format.
440435
3. Combine the certs into a single `.pem` file.
441436

442437
```sh
@@ -568,7 +563,7 @@ To install the Cloudflare root certificate on Eclipse IDE for Java Developers, y
568563

569564
4. Copy the full path after `java.home=`.
570565

571-
3. Add the Cloudflare certificate to Eclipse's JVM.
566+
3. Add the Cloudflare certificate to Eclipse's JVM:
572567

573568
<Details header="macOS and Linux">
574569

0 commit comments

Comments
 (0)