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

F OpenNebula/one#6357: Debian 12: openssl legacy (#3083)

This commit is contained in:
Jan Orel 2024-05-28 16:50:37 +02:00 committed by GitHub
parent 687bc5ae1a
commit 5960d57dcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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() {