Skip to content

Commit

Permalink
crypto: added documentation for the newer node option
Browse files Browse the repository at this point in the history
  • Loading branch information
twitharshil committed Oct 6, 2022
1 parent f57a813 commit 0815d61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1535,6 +1535,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.

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

<!-- YAML
Expand Down

0 comments on commit 0815d61

Please sign in to comment.