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
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. There is a five
16 second delay to allow the user to interrupt the process before the
17 destruction takes place.
18
20 -m module
21 Specify the PKCS#11 provider module. This must be the full path to
22 a shared library object implementing the PKCS#11 API for the
23 device.
24
25 -s slot
26 Open the session with the given PKCS#11 slot. The default is slot
27 0.
28
29 -i ID
30 Destroy keys with the given object ID.
31
32 -l label
33 Destroy keys with the given label.
34
35 -p PIN
36 Specify the PIN for the device. If no PIN is provided on the
37 command line, pkcs11-destroy will prompt for it.
38
40 pkcs11-list(3), pkcs11-keygen(3)
41
43 Internet Systems Consortium
44
46 Copyright © 2009 Internet Systems Consortium, Inc. ("ISC")
47
48
49
50BIND9 Sep 18, 2009 PKCS11-DESTROY(8)