On Wed, Feb 07, 2007, Jean-Claude Repetto wrote:
> Hi,
>
> I am trying to use openssl to sign documents and store detached
> signatures in PKCS7 format.
> First, I sign the document :
> openssl smime -sign -in document.txt -out document.txt.sign -signer
> certs/jcr.crt -certfile certs/ca.crt
Hi,
I am trying to use openssl to sign documents and store detached
signatures in PKCS7 format.
First, I sign the document :
openssl smime -sign -in document.txt -out document.txt.sign -signer
certs/jcr.crt -certfile certs/ca.crt -inkey private/jcr.key
When I check the signature, it is OK :