Skip to content

Commit

Permalink
crypto: addressed PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
twitharshil committed Nov 2, 2022
1 parent e08a295 commit f17bec7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1534,8 +1534,10 @@ See `SSL_CERT_DIR` and `SSL_CERT_FILE`.
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.
Only current user certificates are accessible using this method, not the
local machine store.

This option is available to Windows only.

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

Expand Down
2 changes: 1 addition & 1 deletion test/parallel/test-cli-node-print-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function validateNodePrintHelp() {
flags: [ '--openssl-config=...', '--tls-cipher-list=...',
'--use-bundled-ca', '--use-openssl-ca',
'--enable-fips', '--force-fips',
common.isWindows ? '--node-use-system-ca' : '' ] },
'--node-use-system-ca' ] },
{ compileConstant: NODE_HAVE_I18N_SUPPORT,
flags: [ '--icu-data-dir=...', 'NODE_ICU_DATA' ] },
{ compileConstant: HAVE_INSPECTOR,
Expand Down

0 comments on commit f17bec7

Please sign in to comment.