Hi, I'm trying to have the pkcs11 do a force login - according to the Readme.md, there is an FORCE_LOGIN engine control.
However if I set in my openssl.cnf under the [pkcs11_section] I don't get it to work - there is no login occcuring. -> How do I have to specify the FORCE_LOGIN in openssl.cnf to have it taken an effect? I'm trying to do an CSR using 'openssl req -engine pkcs11 -new -key "pkcs11:object=test;type=private;pin-value=123456" -keyform engine' Thanks, Peter