From a78babf8355ec59876b04819186c0a7e46efce72 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Sat, 15 Jul 2023 22:06:56 +0100 Subject: [PATCH] sign-req: Use correct x509-type COMMON temp-file name Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index a53756e..5062a19 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -2282,7 +2282,7 @@ Writing 'copy_exts' to SSL config temp-file failed" create_x509_type COMMON > "$x509_COMMON_tmp" || \ die "sign_req - create_x509_type COMMON" - x509_COMMON_file="$x509_type_tmp" + x509_COMMON_file="$x509_COMMON_tmp" fi # Support a dynamic CA path length when present: