mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-18 18:00:58 -05:00
pkcs11: don't hardcode pkcs11 engine path - use -pkcs11engine + -pkcs11module args instead
This commit is contained in:
@ -12,6 +12,7 @@ Type 'make' to generate a softhsm token with a test-key on id a1b2 with PIN-code
|
||||
directory):
|
||||
|
||||
env SOFTHSM_CONF=`pwd`/softhsm.conf ../../osslsigncode sign \
|
||||
-pkcs11 /usr/lib/softhsm/libsofthsm.so -key a1b2 -certs test.crt ...
|
||||
-pkcs11engine /usr/lib/engines/engine_pkcs11.so \
|
||||
-pkcs11module /usr/lib/softhsm/libsofthsm.so -key a1b2 -certs test.crt ...
|
||||
|
||||
Use 'secret1' as the password at the prompt.
|
||||
|
Reference in New Issue
Block a user