windows openssl can not generate a certificate and sign it #91
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
opensc version 0.25.1
openssl: http://slproweb.com/products/Win32OpenSSL.html download Win64 OpenSSL v3.5.0 Light
pkcs11 engine: https://github.com/OpenSC/libp11/releases download libp11-0.4.14-x64.zip
install openssl
make a lib dir in openssl install dir
extract pkcs11.dll in libp11-0.4.14-x64.zip to lib
mkdir CertsTest
cd CertsTest
create openssl.cnf in CertsTest
set OPENSSL_CONF=openssl.cnf
My mistake, I entered the wrong terminal environment