Small bug. apps/CA.sh and apps/CA.com look at SSLEAY_CONFIG, not
OPENSSL_CONF.
This commit is contained in:
parent
70b2ae3edf
commit
d505d1ef4a
@ -10,6 +10,9 @@ export SH PATH
|
|||||||
|
|
||||||
OPENSSL_CONF="../CAtsa.cnf"
|
OPENSSL_CONF="../CAtsa.cnf"
|
||||||
export OPENSSL_CONF
|
export OPENSSL_CONF
|
||||||
|
# Because that's what ../apps/CA.sh really looks at
|
||||||
|
SSLEAY_CONFIG="$OPENSSL_CONF"
|
||||||
|
export SSLEAY_CONFIG
|
||||||
|
|
||||||
OPENSSL="`pwd`/../util/opensslwrap.sh"
|
OPENSSL="`pwd`/../util/opensslwrap.sh"
|
||||||
export OPENSSL
|
export OPENSSL
|
||||||
|
@ -8,6 +8,8 @@ $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
|
|||||||
$
|
$
|
||||||
$ openssl := mcr 'f$parse(exe_dir+"openssl.exe")'
|
$ openssl := mcr 'f$parse(exe_dir+"openssl.exe")'
|
||||||
$ OPENSSL_CONF := [-]CAtsa.cnf
|
$ OPENSSL_CONF := [-]CAtsa.cnf
|
||||||
|
$ ! Because that's what ../apps/CA.sh really looks at
|
||||||
|
$ SSLEAY_CONFIG = OPENSSL_CONF
|
||||||
$
|
$
|
||||||
$ error:
|
$ error:
|
||||||
$ subroutine
|
$ subroutine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user