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