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 authored and Jakuje committed Feb 13, 2024
1 parent 3d725ed commit 44a4500
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 @@ -761,6 +761,11 @@ pkcs11-tool --login --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 44a4500

Please sign in to comment.