1P11-KIT(8)                      System Commands                     P11-KIT(8)
2
3
4

NAME

6       p11-kit - Tool for operating on configured PKCS#11 modules
7

SYNOPSIS

9       p11-kit list-modules
10
11       p11-kit extract ...
12
13       p11-kit server ...
14

DESCRIPTION

16       p11-kit is a command line tool that can be used to perform operations
17       on PKCS#11 modules configured on the system.
18
19       See the various sub commands below. The following global options can be
20       used:
21
22       -v, --verbose
23           Run in verbose mode with debug output.
24
25       -q, --quiet
26           Run in quiet mode without warning or failure messages.
27

LIST MODULES

29       List system configured PKCS#11 modules.
30
31           $ p11-kit list-modules
32
33       The modules, information about them and the tokens present in the
34       PKCS#11 modules will be displayed.
35

EXTRACT

37       Extract certificates from configured PKCS#11 modules.
38
39       This operation has been moved to a separate command trust extract. See
40       trust(1) for more information
41

SERVER

43       Run a server process that exposes PKCS#11 module remotely.
44
45           $ p11-kit server /path/to/pkcs11-module.so
46           $ p11-kit server pkcs11:token-uri
47
48       This launches a server that exposes the given PKCS#11 module or token
49       on a local socket. To access the socket, use p11-kit-client.so module.
50       The server address and PID are printed as a shell-script snippet which
51       sets the appropriate environment variable: P11_KIT_SERVER_ADDRESS and
52       P11_KIT_SERVER_PID.
53

EXTRACT TRUST

55       Extract standard trust information files.
56
57       This operation has been moved to a separate command trust
58       extract-compat. See trust(1) for more information
59

REMOTE

61       Run a PKCS#11 module remotely.
62
63           $ p11-kit remote /path/to/pkcs11-module.so
64
65       This is not meant to be run directly from a terminal. But rather in a
66       remote option in a pkcs11.conf(5) file.
67

BUGS

69       Please send bug reports to either the distribution bug tracker or the
70       upstream bug tracker at
71       https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue&component=p11-kit.
72

SEE ALSO

74       pkcs11.conf(5)
75
76       Further details available in the p11-kit online documentation at
77       http://p11-glue.freedesktop.org/doc/p11-kit/.
78
79
80
81p11-kit                                                             P11-KIT(8)
Impressum