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-list(3), pkcs11-keygen(3)
47
49 Internet Systems Consortium
50
52 Copyright © 2009 Internet Systems Consortium, Inc. ("ISC")
53
54
55
56BIND9 Sep 18, 2009 PKCS11-DESTROY(8)