use local openssl.cnf if it exists
This commit is contained in:
parent
808b72316a
commit
6c39ae2c7b
1 changed files with 4 additions and 0 deletions
4
ctl
4
ctl
|
@ -74,6 +74,10 @@ PATH="$PLATFORM_ENV/bin:$PATH"
|
||||||
SHARED_ENV="$BASE/platform/Shared"
|
SHARED_ENV="$BASE/platform/Shared"
|
||||||
export SHARED_ENV
|
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"
|
PATH="$SHARED_ENV/bin:$PATH"
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue