Exporting P7b files does not support password information

Remove EasyRSA addition: '-pass $EASYRSA_PASSIN/OUT'

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-04-22 20:41:32 +01:00
parent 9b4bd19545
commit 4b9b3ed657
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -1785,8 +1785,7 @@ Export of p12 failed: see above for related openssl errors."
easyrsa_openssl crl2pkcs7 -nocrl -certfile "$crt_in" \
-out "$pkcs_out" \
${pkcs_certfile_path:+-certfile "$pkcs_certfile_path"} \
${EASYRSA_PASSIN:+-passin "$EASYRSA_PASSIN"} \
${EASYRSA_PASSOUT:+-passout "$EASYRSA_PASSOUT"} || die "\
|| die "\
Export of p7 failed: see above for related openssl errors."
;;
p8)