-
|
Hi, In version 2.9, I was able to run the following command: where the module is However, in 2.10 (and probably? 2.11) I get the following error: It looks like osslsigncode is trying to open a file with the name of the ID. Is there an easy way to adjust the command-line so it works with 2.10/2.11 as well? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Starting with osslsigncode 2.10, both the key and certificate must be specified using valid PKCS#11 URIs. Please follow the documentation available here: |
Beta Was this translation helpful? Give feedback.
-
|
For reference (if others run into the same issue). I had to replace |
Beta Was this translation helpful? Give feedback.
Starting with osslsigncode 2.10, both the key and certificate must be specified using valid PKCS#11 URIs.
Providing a raw key ID is no longer supported and will be treated as a file path.
Please follow the documentation available here:
Using the PKCS#11 Provider