additional automation
Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
parent
9bd030e603
commit
6e69b85e3e
@ -1063,7 +1063,7 @@ vars_setup() {
|
|||||||
if [ -z "$EASYRSA_NO_VARS" ] && [ -n "$vars" ]; then
|
if [ -z "$EASYRSA_NO_VARS" ] && [ -n "$vars" ]; then
|
||||||
#shellcheck disable=SC2034
|
#shellcheck disable=SC2034
|
||||||
EASYRSA_CALLER=1
|
EASYRSA_CALLER=1
|
||||||
# shellcheck source=easyrsa3/vars.example
|
# shellcheck disable=SC1091
|
||||||
. "$vars"
|
. "$vars"
|
||||||
notice "\
|
notice "\
|
||||||
Note: using Easy-RSA configuration from: $vars"
|
Note: using Easy-RSA configuration from: $vars"
|
||||||
|
|||||||
@ -3,4 +3,4 @@
|
|||||||
# Runs some basic operational testing
|
# Runs some basic operational testing
|
||||||
|
|
||||||
cd easyrsa3 || exit 1
|
cd easyrsa3 || exit 1
|
||||||
sh -x easyrsa init-pki --batch
|
sh -x easyrsa init-pki
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user