From aa925e18fa39bd00f3c8f6f488ba043e6d2b379e Mon Sep 17 00:00:00 2001 From: Markus Tillinger Date: Fri, 22 Jan 2021 17:18:46 +0100 Subject: [PATCH] Fixed another issue of missing quotes where renewing would rename files while moving them if filename contains spaces. --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 858cf6c..5b656dc 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1230,7 +1230,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 "\