Skip to content

Commit 7adaf70

Browse files
committed
Merge branch 'patchhoernchen-patch-1'
Fixes OpenVPN#443 Signed-off-by: Eric F Crist <[email protected]>
2 parents 41a6bc6 + 6c57533 commit 7adaf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easyrsa3/easyrsa

+1-1
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ subjectAltName = $san"
12291229

12301230
# renew certificate
12311231
# shellcheck disable=SC2086
1232-
build_full $cert_type $1 $opts || die "\
1232+
build_full $cert_type "$1" $opts || die "\
12331233
Failed to renew certificate: renew command failed."
12341234

12351235
notice "\

0 commit comments

Comments
 (0)