LinuxCommandLibrary

p11-kit

manages PKCS#11 modules

TLDR

List modules

$ p11-kit list-modules
copy
List tokens
$ p11-kit list-tokens
copy
Show object info
$ p11-kit list-objects
copy
Extract certificates
$ p11-kit extract --format=pem-bundle --filter=ca-anchors [output]
copy

SYNOPSIS

p11-kit [command] [options]

DESCRIPTION

p11-kit manages PKCS#11 modules. Provides unified access to crypto tokens.
The tool configures module loading. Handles certificate extraction.

PARAMETERS

list-modules

List PKCS#11 modules.
list-tokens
List tokens.
list-objects
List objects.
extract
Extract certificates.
--format FORMAT
Output format.
--help
Display help information.

CAVEATS

System configuration dependent. Used by many applications. Root for system changes.

HISTORY

p11-kit was created to unify PKCS#11 module management across applications.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community