1 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3 [<!ENTITY mdash "—">]>
5 - Copyright (C) 2009, 2011, 2014 Internet Systems Consortium, Inc. ("ISC")
7 - Permission to use, copy, modify, and/or distribute this software for any
8 - purpose with or without fee is hereby granted, provided that the above
9 - copyright notice and this permission notice appear in all copies.
11 - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
12 - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13 - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
14 - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15 - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
16 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17 - PERFORMANCE OF THIS SOFTWARE.
20 <refentry id="man.dnssec-revoke">
22 <date>January 15, 2014</date>
26 <refentrytitle><application>dnssec-revoke</application></refentrytitle>
27 <manvolnum>8</manvolnum>
28 <refmiscinfo>BIND9</refmiscinfo>
32 <refname><application>dnssec-revoke</application></refname>
33 <refpurpose>Set the REVOKED bit on a DNSSEC key</refpurpose>
41 <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
47 <command>dnssec-revoke</command>
48 <arg><option>-hr</option></arg>
49 <arg><option>-v <replaceable class="parameter">level</replaceable></option></arg>
50 <arg><option>-V</option></arg>
51 <arg><option>-K <replaceable class="parameter">directory</replaceable></option></arg>
52 <arg><option>-E <replaceable class="parameter">engine</replaceable></option></arg>
53 <arg><option>-f</option></arg>
54 <arg><option>-R</option></arg>
55 <arg choice="req">keyfile</arg>
60 <title>DESCRIPTION</title>
61 <para><command>dnssec-revoke</command>
62 reads a DNSSEC key file, sets the REVOKED bit on the key as defined
63 in RFC 5011, and creates a new pair of key files containing the
69 <title>OPTIONS</title>
76 Emit usage message and exit.
82 <term>-K <replaceable class="parameter">directory</replaceable></term>
85 Sets the directory in which the key files are to reside.
94 After writing the new keyset files remove the original keyset
101 <term>-v <replaceable class="parameter">level</replaceable></term>
104 Sets the debugging level.
113 Prints version information.
119 <term>-E <replaceable class="parameter">engine</replaceable></term>
122 Specifies the cryptographic hardware to use, when applicable.
125 When BIND is built with OpenSSL PKCS#11 support, this defaults
126 to the string "pkcs11", which identifies an OpenSSL engine
127 that can drive a cryptographic accelerator or hardware service
128 module. When BIND is built with native PKCS#11 cryptography
129 (--enable-native-pkcs11), it defaults to the path of the PKCS#11
130 provider library specified via "--with-pkcs11".
139 Force overwrite: Causes <command>dnssec-revoke</command> to
140 write the new key pair even if a file already exists matching
141 the algorithm and key ID of the revoked key.
150 Print the key tag of the key with the REVOKE bit set but do
159 <title>SEE ALSO</title>
161 <refentrytitle>dnssec-keygen</refentrytitle><manvolnum>8</manvolnum>
163 <citetitle>BIND 9 Administrator Reference Manual</citetitle>,
164 <citetitle>RFC 5011</citetitle>.
169 <title>AUTHOR</title>
170 <para><corpauthor>Internet Systems Consortium</corpauthor>