config: allow specific openssl binary to be used
commit7e77e1d791b0caa2e8393717c4691e53d0042352
authorKyle J. McKay <mackyle@gmail.com>
Sun, 22 Nov 2020 08:46:21 +0000 (22 01:46 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 22 Nov 2020 08:46:21 +0000 (22 01:46 -0700)
treebf86adfb4323429061c6ac8823a7f92ba65f7e4d
parent74355750325b0c3547e1682c3f5b9412cf4f983f
config: allow specific openssl binary to be used

Provide a $Girocco::Config::openssl_bin setting that allows
a specific `openssl` binary to be specified.  If left `undef`,
the default continues to be the `openssl` found in $PATH.

Additionally, arrange for CACreateCert to use the same
openssl binary when creating certificates by prepending the
"$basedir/bin" directory (which now contains a symbolic link
to the desired copy of `openssl`) to $PATH before running
CACreateCert.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Config.pm
install.sh
shlib.sh