pkcs11-tool
Verified for current stable LTS
Pkcs11 Tool Command: Create Object With Label And Type
Use for create object with label and type with Pkcs11 Tool. Exact CLI syntax to create object with label and type using Pkcs11 Tool.
When to use this: Use for create object with label and type with Pkcs11 Tool.
Command Syntax
pkcs11-tool --slot <slot_id> -p <auth_pin> -y <cert|privkey|pubkey|secrkey|data|...> -a "<label>" -d <01> -w <path/to/cert.crt> pkcs11-tool --slot <slot_id> -p <auth_pin> -y <cert|privkey|pubkey|secrkey|data|...> -a "<label>" -d <01> -w <path/to/cert.crt> Command Breakdown
--slot- Command Option
- Tool-specific option used by this command invocation.
-p- Command Option
- Tool-specific option used by this command invocation.
-y- Command Option
- Tool-specific option used by this command invocation.
-a- Command Option
- Tool-specific option used by this command invocation.
-d- Command Option
- Tool-specific option used by this command invocation.
-w- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create object with label and type using Pkcs11 Tool.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pkcs11 Tool Command: Delete Object By Label And Type
pkcs11-tool --slot <slot_id> -p <auth_pin> -y <cert|privkey|pubkey|secrkey|data|...> -a "<label>" -b Pkcs11 Tool Command: List Objects In Specific Slot pkcs11-tool -O -p <auth_pin> --slot <slot_id> Pkcs11 Tool Command: List Slots And Tokens Module Specific pkcs11-tool --module <path/to/module.so> -L -T Pg Recvlogical Command: Create Logical Replication Slot pg_recvlogical -d <dbname> -S <slot_name> --create-slot Pg Recvlogical Command: Start Streaming Changes To File pg_recvlogical -d <dbname> -S <slot_name> --start -f <filename>