Cannot load key from pkcs11 engine into nginx configuration
I am trying to configure SSL in nginx.conf, and it needs to load the key from softhsm instead of file. Here is the file /etc/nginx/nginx.conf user nginx; worker_processes 1; error_log /var/log/nginx/error.log debug; pid /var/run/nginx.pid; events { worker_connections 1024; } ssl_engine…