diff --git a/doc/api/cli.md b/doc/api/cli.md index d07c2a728d77e1..1eea671f631741 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2833,6 +2833,13 @@ The following values are valid for `mode`: * `silent`: If supported by the OS, mapping will be attempted. Failure to map will be ignored and will not be reported. +### `--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. + ### `--v8-options`