Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2937,7 +2937,15 @@

### `--use-system-ca`

<!-- YAML
added: v23.8.0
changes:
- version: v23.9.0
pr-url: https://github.com/nodejs/node/pull/57009
description: Added support on non-Windows and non-macOS.
-->

Node.js uses the trusted CA certificates present in the system store along with

Check warning on line 2948 in doc/api/cli.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
the `--use-bundled-ca` option and the `NODE_EXTRA_CA_CERTS` environment variable.
On platforms other than Windows and macOS, this loads certificates from the directory
and file trusted by OpenSSL, similar to `--use-openssl-ca`, with the difference being
Expand Down
Loading