1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

M #-: Add openssl-legacy-provider

This commit is contained in:
Jan Orel 2024-08-06 10:20:08 +02:00
parent 1b9cd4071b
commit 68cdd49312
No known key found for this signature in database
GPG Key ID: C7B901ABAF4CFF1B

View File

@ -36,6 +36,10 @@ activate = 1
EOF
export OPENSSL_CONF="/tmp/openssl.conf"
if node --help | grep -q openssl-legacy-provider; then
export NODE_OPTIONS="--openssl-legacy-provider"
fi
}
dependencies() {