Hello, I'm trying to decrypt a pkcs7 file using a private key. The file is produced by python library M2Crypto, and i managed to decrypt it properly using that.
I tried like this: cat text.ssl| openssl smime -decrypt -binary -inform PEM -keyform PEM -inkey priv_key.pem -recip cacert.pem and many other variants, but I get always the same error message: "No recipient certificate or key specified Usage smime [options] cert.pem ... where options are" Any idea would be helpful...