diff --git a/doc/api/cli.md b/doc/api/cli.md index 46f792979c41898..484e3250b78f4e3 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -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`