Replies: 2 comments
-
Currently a PIN can be directly passed in 3 ways:
For some tokens you can also specify the pin in their configuration file, but this is token specific. The PIN can also be provided interactively via prompting. Finally, an application using the STORE API can us UI callbacks to provide the PIN instead of prompting (see the tests/ directory in the sources for examples of how to do this). |
Beta Was this translation helpful? Give feedback.
0 replies
-
@simo5 thanks for the feedback and clarifications, I implemented it using UI callbacks, for anyone stumbling upon this topic, I created an example here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setting the PIN in the PKCS11 URI is working :
However I cannot make it working as follow:
any recommendation about how to set the PIN correctly ?
Beta Was this translation helpful? Give feedback.
All reactions