anyone know how to setup nginx config for using an openssl chil engine? 

I have the following added as directives 

main context : 

ssl_engine chil; 

in the server context I reference to a preloaded private key as 

ssl_certificate_key    engine:chil:prikeyid;

when I run "nginx -t"  I get 

nginx: [emrg] ENGINE_load_private_key (“prikeyid”) failed (SSL: error: 
26096075:engine routines:ENGINE_load_private_key:not initialised) 

What am I missing? or what do I need to check ? 

Thank you 
Jan 
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to