diff --git a/ctl b/ctl index 74d9d76..a463df1 100755 --- a/ctl +++ b/ctl @@ -74,6 +74,10 @@ PATH="$PLATFORM_ENV/bin:$PATH" SHARED_ENV="$BASE/platform/Shared" export SHARED_ENV +if [ -e "$SHARED_ENV/etc/openssl/openssl.cnf" ]; then + export OPENSSL_CONF="$SHARED_ENV/etc/openssl/openssl.cnf" +fi + PATH="$SHARED_ENV/bin:$PATH" export PATH