Hello, I am sending sign email using command line. Email is sent properly however, on the receiving end, mail client states that signature is not valid and I need help debugging this issue.
this is the command I use openssl smime -sign -signer <path>/cert.pem -keyin <path>/cert.p8 -passin pass:secret -in <path>/file.txt -text 'plain/text' -to -from -subject 'test' | /usr/sbin/sendmail file.txt is plain ascii file. so there is nothing fancy. I know that signing cert is valid but can't figure out why windows client (outlook) hates it. Should I be using cms, or smime should work? S -- View this message in context: http://openssl.6102.n7.nabble.com/openssl-smime-sign-issue-tp48444.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org