Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
crypto: added documentation for the newer node option
  • Loading branch information
twitharshil committed Nov 2, 2022
commit 9d628a78235c18fcf16db54b596dee7803fdb3a2
8 changes: 8 additions & 0 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1529,6 +1529,14 @@ environment variables.

See `SSL_CERT_DIR` and `SSL_CERT_FILE`.

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

Node.js uses the trusted CA certificates present in the system store along with
the `--use-bundled-ca`, `--use-openssl-ca` options.

Note, Only current user certificates are accessible using this method, not the
local machine store. This option is available to Windows only.
Comment thread
jasnell marked this conversation as resolved.
Outdated

### `--use-largepages=mode`

<!-- YAML
Expand Down