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:
parent
9b4bd19545
commit
4b9b3ed657
@ -1785,8 +1785,7 @@ Export of p12 failed: see above for related openssl errors."
|
|||||||
easyrsa_openssl crl2pkcs7 -nocrl -certfile "$crt_in" \
|
easyrsa_openssl crl2pkcs7 -nocrl -certfile "$crt_in" \
|
||||||
-out "$pkcs_out" \
|
-out "$pkcs_out" \
|
||||||
${pkcs_certfile_path:+-certfile "$pkcs_certfile_path"} \
|
${pkcs_certfile_path:+-certfile "$pkcs_certfile_path"} \
|
||||||
${EASYRSA_PASSIN:+-passin "$EASYRSA_PASSIN"} \
|
|| die "\
|
||||||
${EASYRSA_PASSOUT:+-passout "$EASYRSA_PASSOUT"} || die "\
|
|
||||||
Export of p7 failed: see above for related openssl errors."
|
Export of p7 failed: see above for related openssl errors."
|
||||||
;;
|
;;
|
||||||
p8)
|
p8)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user