Manage cryptographic keys and certificates on PKCS#11 tokens
Tools to manage objects on PKCS#11 crypotographic tokens
pkcs11-tool$ pkcs11-tool --list-slots$ pkcs11-tool --slot 0 --list-objects --type cert$ pkcs11-tool --slot 0 --keypairgen --key-type RSA:2048 --label my-key$ pkcs11-tool --slot 0 --write-object cert.der --type cert --label my-cert$ pkcs11-tool --slot 0 --sign --mechanism SHA256-RSA --input data.txt --output signature.bin