1PKCS11-DESTROY(8) BIND9 PKCS11-DESTROY(8)
2
3
4
6 pkcs11-destroy - destroy PKCS#11 objects
7
9 pkcs11-destroy [-m module] [-s slot] {-i ID | -l label} [-p PIN]
10 [-w seconds]
11
13 pkcs11-destroy destroys keys stored in a PKCS#11 device, identified by
14 their ID or label.
15
16 Matching keys are displayed before being destroyed. By default, there
17 is a five second delay to allow the user to interrupt the process
18 before the destruction takes place.
19
21 -m module
22 Specify the PKCS#11 provider module. This must be the full path to
23 a shared library object implementing the PKCS#11 API for the
24 device.
25
26 -s slot
27 Open the session with the given PKCS#11 slot. The default is slot
28 0.
29
30 -i ID
31 Destroy keys with the given object ID.
32
33 -l label
34 Destroy keys with the given label.
35
36 -p PIN
37 Specify the PIN for the device. If no PIN is provided on the
38 command line, pkcs11-destroy will prompt for it.
39
40 -w seconds
41 Specify how long to pause before carrying out key destruction. The
42 default is five seconds. If set to 0, destruction will be
43 immediate.
44
46 pkcs11-keygen(8), pkcs11-list(8), pkcs11-tokens(8)
47
49 Internet Systems Consortium, Inc.
50
52 Copyright © 2009, 2014-2016, 2018, 2019 Internet Systems Consortium,
53 Inc. ("ISC")
54
55
56
57ISC 2014-01-15 PKCS11-DESTROY(8)