Skip to content

Commit 05df696

Browse files
committed
Add more details
1 parent 4d60bbd commit 05df696

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -484,23 +484,23 @@ git config --global http.sslcainfo [PATH_TO_CLOUDFLARE_CERT]
484484

485485
### cURL
486486

487-
By default, cURL will use your system's native certificate store. To force cURL to use your default certificate, add the the `--ca-native` flag. For example:
487+
By default, cURL will use your operating system's native certificate store. To force cURL to use your default certificate, add the `--ca-native` flag to the command. For example:
488488

489489
```curl
490490
curl --ca-native https://example.com
491491
```
492492

493493
#### cURL on macOS
494494

495-
To use a Cloudflare root certificate with cURL on macOS, [install the certificate to the operating system keychain](#macos).
495+
To use a Cloudflare root certificate with cURL on macOS, [install the certificate to the operating system keychain](#macos). cURL will use the macOS root certificate by default.
496496

497497
#### cURL on Windows
498498

499499
To use a Cloudflare certificate with the version of cURL preinstalled on Windows or another version that uses the Schannel (WinSSL) backend, [install the certificate to the Windows certificate store](#windows). If you use an older or custom version of cURL built with the OpenSSL backend, you will need to [manually configure cURL to use the certificate](#curl).
500500

501501
#### cURL on Linux
502502

503-
To use a Cloudflare root certificate with cURL on Linux, [install the certificate to your distribution's certificate store](#linux).
503+
To use a Cloudflare root certificate with cURL on Linux, [install the certificate to your distribution's certificate store](#linux). cURL will use the Linux root certificate by default.
504504

505505
### npm
506506

0 commit comments

Comments
 (0)