Skip to content

Commit

Permalink
sign-req: Use correct x509-type COMMON temp-file name
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jul 15, 2023
1 parent 93a8980 commit a78babf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a78babf

Please sign in to comment.