diff --git a/doc/api/cli.md b/doc/api/cli.md index 74057706bf8d51..fa901336c762d4 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -670,6 +670,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`