We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Q: How do I reset a token? A: Re-initialize the token using softhsm2-util --init-token.
softhsm2-util --init-token
Q: How do I change the PIN? A: Use softhsm2-util --change-pin.
softhsm2-util --change-pin
Q: Where are tokens stored? A: In the directory specified by softhsm2.conf.
softhsm2.conf
Q: How do I use SoftHSMv2 with OpenSSL? A: Use the pkcs11 engine and point it to the SoftHSMv2 module.
pkcs11
For more, see the Usage and Configuration pages.