From 6c5753348df959259314967a92d96f7a9376a083 Mon Sep 17 00:00:00 2001 From: patchhoernchen Date: Tue, 4 May 2021 16:51:43 +0200 Subject: [PATCH] fixed renew filename confusion fixed missing quotes leading to filename inconsistency in renew subcommand. --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 9399b33..36e154d 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1229,7 +1229,7 @@ subjectAltName = $san" # renew certificate # shellcheck disable=SC2086 - build_full $cert_type $1 $opts || die "\ + build_full $cert_type "$1" $opts || die "\ Failed to renew certificate: renew command failed." notice "\