diff --git a/doc/api/cli.md b/doc/api/cli.md index 972f313f777c19..e9c017bb822299 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2809,6 +2809,13 @@ environment variables. See `SSL_CERT_DIR` and `SSL_CERT_FILE`. +### `--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. + +This option is available to macOS only. + ### `--use-largepages=mode`