build-ca: Use OpenSSL '-passout' with EasyRSA '--passout' correctly

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-12-12 21:22:44 +00:00
parent 0063de0d88
commit 9a495f7bd3
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -1474,7 +1474,7 @@ Please update openssl-easyrsa.cnf to the latest official release."
${EASYRSA_PASSIN:+ -passin "$EASYRSA_PASSIN"} \
${EASYRSA_PASSOUT:+ -passout "$EASYRSA_PASSOUT"} \
${in_key_pass_tmp:+ -passin file:"$in_key_pass_tmp"} \
${out_key_pass_tmp:+ -passin file:"$out_key_pass_tmp"} \
${out_key_pass_tmp:+ -passout file:"$out_key_pass_tmp"} \
|| die "Failed to build the CA"
;;
*) die "build-ca ssl lib: $osslv_major"