On Fri, Jul 08, 2011, James Berry wrote:
> Steve, I'm sorry but I don't understand can you be a bit more explicit?
>
Something like this:
openssl cms -sign -engine engine_name -keyform engine \
-signer cert.pem -inkey some_key_id ...other options...
Where "cert.pem" is
ubject: Re: CMS signing with engine
On Wed, Jul 06, 2011, James Berry wrote:
> I am trying to sign a file using the opensc pkcs11 engine. I will be doing
> this in code ultimately, but I thought I would make it work from the command
> line first.
>
> I have the pkcs11 engine
On Wed, Jul 06, 2011, James Berry wrote:
> I am trying to sign a file using the opensc pkcs11 engine. I will be doing
> this in code ultimately, but I thought I would make it work from the command
> line first.
>
> I have the pkcs11 engine working ok and can make a certificate request, for
>