From 4b9b3ed6571ebecfd394f15c07f84be3b8a79b3c Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Fri, 22 Apr 2022 20:41:32 +0100 Subject: [PATCH] Exporting P7b files does not support password information Remove EasyRSA addition: '-pass $EASYRSA_PASSIN/OUT' Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 99929d6..7cddaa6 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -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)