OPENSSL_CONF=file
在启动时加载 OpenSSL 配置文件。除了其他用途外,如果 Node.js 是使用 ./configure --openssl-fips 构建的,这可以用来启用符合 FIPS 的加密。
【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.】
如果使用 --openssl-config 命令行选项,则会忽略该环境变量。
【If the --openssl-config command-line option is used, the environment
variable is ignored.】