From 00a083e7fc23e79ec62f5effed907e85ad5ed7a3 Mon Sep 17 00:00:00 2001 From: Richard Bonhomme Date: Fri, 13 Dec 2019 12:12:22 +0000 Subject: [PATCH] Correct parameter to easyrsa_openssl in vars_setup Signed-off-by: Richard Bonhomme --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 042c5df..50d5f6e 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1650,7 +1650,7 @@ Note: using Easy-RSA configuration from: $vars" if [ ! -f "$EASYRSA_SSL_CONF" ] && [ -f "$EASYRSA/openssl-easyrsa.cnf" ] && [ -d "$EASYRSA_PKI" ]; then cp "$EASYRSA/openssl-easyrsa.cnf" "$EASYRSA_SSL_CONF" - easyrsa_openssl makesafeconfopenvpn + easyrsa_openssl makesafeconf fi } # vars_setup()