On Wed, Dec 12, 2012, simon charles wrote:

> Sorry for the duplicate post - was not signed up with the forum and might 
> have missed a response to my question . Please resend your answers if you 
> have already replied to my query.
> 
> 
> All , 
>   What would the default_ca section look like while using 
> LunaCA3 HSM for storing CA private key. Openssl looks for certificate 
> and private_key on disk - how do i make openssl ca routine aware of 
> private keys on the HSM ( LunaCA3 )
>     Thanks. 
> 

Currently you cannot set the ENGINE parameters in the configuration file. You
can however set them on the command line with:

openssl ca -engine <engine name> -keyform e -keyfile <name>


--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to