On Thu, Jan 30, 2003, Gerd Schering wrote:
> Hi,
>
> I use the smime utility to sign a message and output it in PEM format:
>
> openssl smime -sign -in req.csr -outform PEM -out mail.pem -signer \
> mycert.pem -inkey mykey.pem
>
> When trying to verify it, I get a failure:
>
> openssl smime -
Hi,
I use the smime utility to sign a message and output it in PEM format:
openssl smime -sign -in req.csr -outform PEM -out mail.pem -signer \
mycert.pem -inkey mykey.pem
When trying to verify it, I get a failure:
openssl smime -verify -inform PEM -in mail.pem -CAfile CAstore
Verification fa