diff --git a/doc/api/cli.md b/doc/api/cli.md index 1f18552dd0cb3b..621a7165d1f3e3 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -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. + +Only current user certificates are accessible using this method, not the local +machine store. This option is available to Windows only. + ### `--use-largepages=mode`