> From: owner-openssl-us...@openssl.org On Behalf Of Josÿe9
Fernÿe1ndez
> Sent: Friday, 24 September, 2010 05:04
(It appears your mailer, or perhaps a relay, mangled your name. Sorry.)
> We are signing files with openssl. We use this command (UNIX
machine):
> openssl smi
Hello,
We are signing files with openssl. We use this command (UNIX machine):
openssl smime -sign -binary -outform PEM -in myfile.dat -out
myfile.dat.sig -signer cert.pem -inkey keyfile.pem
To verify the signed file, we use this other command (PC with Windows):
openssl smime -verif