smartcard-hsm doc updates#246
Merged
AlexanderBand merged 1 commit intoNLnetLabs:mainfrom Oct 19, 2025
Merged
Conversation
Member
AlexanderBand
left a comment
There was a problem hiding this comment.
Found a few things that weren't actually part of this PR.
|
|
||
| The card is configured with the SO PIN and user PIN as per the vendor. You can | ||
| initialize (i.e. fully reset_ the card and change these using ``sc-hsm-tool`` | ||
| which is provided in the ``opensc`` package: |
Member
There was a problem hiding this comment.
Suggested change
| which is provided in the :program:`opensc` package: |
Member
There was a problem hiding this comment.
Suggested change
| Use the :program:`pkcs11-tool` program from the :program:`opensc` package installed earlier |
- after reading the output of `cascade hsm` fiveteen or more times :) I
determine it's actually the slotID we need in username, and I update
the page accordingly.
- Also to personlize the document a bit, I configure the card with a
token label "NL-smartcard".
030a153 to
261ebbe
Compare
Member
|
Thanks again! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
more updates to this page, sorry.
after reading the output of
cascade hsmfiveteen or more times :) I determine it's actually the slotID we need in username, and I update the page accordingly.Also to personlize the document a bit, I configure the card with a token label "NL-smartcard".