diff --git a/doc/api/cli.md b/doc/api/cli.md index 22bea84fb72b46..b445493eca39c2 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -186,8 +186,8 @@ code from strings throw an exception instead. This does not affect the Node.js added: v6.0.0 --> -Enable FIPS-compliant crypto at startup. (Requires Node.js to be built with -`./configure --openssl-fips`.) +Enable FIPS-compliant crypto at startup. (Requires Node.js to be built +against FIPS-compatible OpenSSL.) ### `--enable-source-maps` Load an OpenSSL configuration file on startup. Among other uses, this can be -used to enable FIPS-compliant crypto if Node.js is built with -`./configure --openssl-fips`. +used to enable FIPS-compliant crypto if Node.js is built +with against FIPS-enabled OpenSSL. ### `--pending-deprecation`