1PKCS11-DESTROY(8) BIND 9 PKCS11-DESTROY(8)
2
3
4
6 pkcs11-destroy - destroy PKCS#11 objects pkcs11-destroy - destroy
7 PKCS#11 objects
8
9 pkcs11-destroy [-m module] [-s slot] [-i ID] [-l label] [-p PIN] [-w
10 seconds]
11
12 pkcs11-destroy destroys keys stored in a PKCS#11 device, identified by
13 their ID or label.
14
15 Matching keys are displayed before being destroyed. By default, there
16 is a five-second delay to allow the user to interrupt the process be‐
17 fore the destruction takes place.
18
19 -m module
20 This option specifies the PKCS#11 provider module. This must be
21 the full path to a shared library object implementing the
22 PKCS#11 API for the device.
23
24 -s slot
25 This option opens the session with the given PKCS#11 slot. The
26 default is slot 0.
27
28 -i ID This option destroys keys with the given object ID.
29
30 -l label
31 This option destroys keys with the given label.
32
33 -p PIN This option specifies the PIN for the device. If no PIN is pro‐
34 vided on the command line, pkcs11-destroy prompts for it.
35
36 -w seconds
37 This option specifies how long, in seconds, to pause before car‐
38 rying out key destruction. The default is 5 seconds. If set to
39 0, destruction is immediate.
40
41 pkcs11-keygen(8), pkcs11-list(8), pkcs11-tokens(8)
42
44 Internet Systems Consortium
45
47 2021, Internet Systems Consortium
48
49
50
51
529.16.16-RH PKCS11-DESTROY(8)