diff --git a/doc/api/cli.md b/doc/api/cli.md index 16ec96ec50ca35..ececfcefb687c7 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2861,6 +2861,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`