Skip to content

Commit f17bec7

Browse files
committed
crypto: addressed PR comments
1 parent e08a295 commit f17bec7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/api/cli.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,8 +1534,10 @@ See `SSL_CERT_DIR` and `SSL_CERT_FILE`.
15341534
Node.js uses the trusted CA certificates present in the system store along with
15351535
the `--use-bundled-ca`, `--use-openssl-ca` options.
15361536

1537-
Note, Only current user certificates are accessible using this method, not the
1538-
local machine store. This option is available to Windows only.
1537+
Only current user certificates are accessible using this method, not the
1538+
local machine store.
1539+
1540+
This option is available to Windows only.
15391541

15401542
### `--use-largepages=mode`
15411543

test/parallel/test-cli-node-print-help.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function validateNodePrintHelp() {
2828
flags: [ '--openssl-config=...', '--tls-cipher-list=...',
2929
'--use-bundled-ca', '--use-openssl-ca',
3030
'--enable-fips', '--force-fips',
31-
common.isWindows ? '--node-use-system-ca' : '' ] },
31+
'--node-use-system-ca' ] },
3232
{ compileConstant: NODE_HAVE_I18N_SUPPORT,
3333
flags: [ '--icu-data-dir=...', 'NODE_ICU_DATA' ] },
3434
{ compileConstant: HAVE_INSPECTOR,

0 commit comments

Comments
 (0)