From 91d280e389cd6967869d3999d3e539f5f04afff0 Mon Sep 17 00:00:00 2001 From: Beth Griggs Date: Mon, 11 Jul 2022 17:17:28 +0100 Subject: [PATCH] doc: clarify --openssl-shared-config is only available in v18.5.0 --- locale/en/blog/vulnerability/july-2022-security-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/blog/vulnerability/july-2022-security-releases.md b/locale/en/blog/vulnerability/july-2022-security-releases.md index 2acf0aaa01fa2..b77c78367d191 100644 --- a/locale/en/blog/vulnerability/july-2022-security-releases.md +++ b/locale/en/blog/vulnerability/july-2022-security-releases.md @@ -99,7 +99,7 @@ default named `nodejs_conf`**. If your installation was using the default `openssl.cnf` file and is affected by this breaking change you can fall back to the previous behavior by: -* Adding `--openssl-shared-config` to the command line; or +* Adding `--openssl-shared-config` to the command line (Node.js 18.5.0 only); or * Creating a new `nodejs_conf` section in that file and copying the contents of the default section into the new `nodejs_conf` section. ## Attempt to read `openssl.cnf` from `/home/iojs/build/` upon startup (Medium)(CVE-2022-32222)