diff --git a/doc/api/cli.md b/doc/api/cli.md index 085d1ff1b3afbb..f5f5368674700a 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -737,6 +737,14 @@ Load an OpenSSL configuration file on startup. Among other uses, this can be used to enable FIPS-compliant crypto if Node.js is built against FIPS-enabled OpenSSL. +### `--openssl-legacy-provider` + + +Enable OpenSSL 3.0 legacy provider. For more information please see +[OSSL_PROVIDER-legacy][]. + ### `--pending-deprecation`