diff --git a/doc/api/cli.md b/doc/api/cli.md index 475894d7c0e466..380a220b7cf86f 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -732,6 +732,15 @@ 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 when dynamically linking to OpenSSL 3.x. +For more information please see [OSSL\_PROVIDER-legacy][OSSL_PROVIDER-legacy]. + ### `--pending-deprecation`