File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1534,8 +1534,10 @@ See `SSL_CERT_DIR` and `SSL_CERT_FILE`.
1534
1534
Node.js uses the trusted CA certificates present in the system store along with
1535
1535
the ` --use-bundled-ca ` , ` --use-openssl-ca ` options.
1536
1536
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.
1539
1541
1540
1542
### ` --use-largepages=mode `
1541
1543
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function validateNodePrintHelp() {
28
28
flags : [ '--openssl-config=...' , '--tls-cipher-list=...' ,
29
29
'--use-bundled-ca' , '--use-openssl-ca' ,
30
30
'--enable-fips' , '--force-fips' ,
31
- common . isWindows ? '--node-use-system-ca' : ' ' ] } ,
31
+ '--node-use-system-ca' ] } ,
32
32
{ compileConstant : NODE_HAVE_I18N_SUPPORT ,
33
33
flags : [ '--icu-data-dir=...' , 'NODE_ICU_DATA' ] } ,
34
34
{ compileConstant : HAVE_INSPECTOR ,
You can’t perform that action at this time.
0 commit comments