Skip to content

Commit

Permalink
docs: add example to initialize PIN with pkcs11-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Jan 12, 2024
1 parent 67a3874 commit 50245ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/tools/pkcs11-tool.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,11 @@ pkcs11-tool --unwrap --mechanism RSA-PKCS --id 22 \
-i aes_wrapped.key --key-type AES: \
--application-id 90 --applicatin-label unwrapped-key
</programlisting>

Use the SO-PIN to initialize or re-set the PIN:
<programlisting>
pkcs11-tool --login --login-type so --init-pin
</programlisting>
</para>
</refsect1>

Expand Down

0 comments on commit 50245ce

Please sign in to comment.