We looked at STORE_METHOD but didn't find any good examples.
We looked at "format=%s engine=% key=%" at single ssl_certificate_key directive but found this way more complex.
Currently, we want to add 2 directives to ngx_http_ssl_module (as seen in openssl apps args):
ssl_certificate_keyform type;
ssl_certificate_engine device;
"Type" can be PEM or ENGINE with default PEM. "Device" defines ssl engine when "type" is ENGINE in a current http, server context.
Will this be enough?
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel