This article uses the PKCS-11-tool utility in the OpenSC distribution.
This command will prompt for pins:
$ pkcs11-tool --login --change-pin
You can also specify the pins in the command line:
$ pkcs11-tool --login --change-pin --pin <currentpin> --new-pin <newpin>
0 Comments