Re: openssl smime sign issue

2014-02-10 Thread marathiboy
Just an update.. Looks like -nodetach option is doing the trick..phew.. S -- View this message in context: http://openssl.6102.n7.nabble.com/openssl-smime-sign-issue-tp48444p48472.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ___

Re: openssl smime sign issue

2014-02-10 Thread marathiboy
Hello, If I run openssl -verify command it is successful but if I send the output to /usr/sbin/sendmail to mail me, the outlook says invalid signature.. I am verifying like this: openssl smime -sign -signer /home/howler/processEmail/signedCert/email_sign_cert_prod.pem -inkey /home/howler/process

openssl smime sign issue

2014-02-09 Thread marathiboy
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 /cert.pem -keyin /cert.p8 -passin pass:secret -in /f