539N/A - Copyright (C) 2009, 2011, 2014-2016 Internet Systems Consortium, Inc. ("ISC") 539N/A - Permission to use, copy, modify, and/or distribute this software for any 539N/A - purpose with or without fee is hereby granted, provided that the above 539N/A - copyright notice and this permission notice appear in all copies. 539N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 539N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 539N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 539N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 539N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 539N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 539N/A - PERFORMANCE OF THIS SOFTWARE. 539N/A<
meta http-
equiv="Content-Type" content="text/html; charset=ISO-8859-1">
539N/A<
title>dnssec-revoke</
title>
539N/A<
meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
539N/A<
body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><
div class="refentry">
539N/A<
div class="refnamediv">
539N/A<
p><
span class="application">dnssec-revoke</
span> — set the REVOKED bit on a DNSSEC key</
p>
539N/A<
div class="refsynopsisdiv">
539N/A<
div class="cmdsynopsis"><
p><
code class="command">dnssec-revoke</
code> [<
code class="option">-hr</
code>] [<
code class="option">-v <
em class="replaceable"><
code>level</
code></
em></
code>] [<
code class="option">-V</
code>] [<
code class="option">-K <
em class="replaceable"><
code>directory</
code></
em></
code>] [<
code class="option">-E <
em class="replaceable"><
code>engine</
code></
em></
code>] [<
code class="option">-f</
code>] [<
code class="option">-R</
code>] {keyfile}</
p></
div>
539N/A<
div class="refsection">
539N/A<
a name="id-1.7"></
a><
h2>DESCRIPTION</
h2>
539N/A<
p><
span class="command"><
strong>dnssec-revoke</
strong></
span>
539N/A reads a DNSSEC key file, sets the REVOKED bit on the key as defined
539N/A in RFC 5011, and creates a new pair of key files containing the
539N/A<
div class="refsection">
539N/A<
a name="id-1.8"></
a><
h2>OPTIONS</
h2>
539N/A<
div class="variablelist"><
dl class="variablelist">
539N/A<
dt><
span class="term">-h</
span></
dt>
539N/A Emit usage message and exit.
539N/A<
dt><
span class="term">-K <
em class="replaceable"><
code>directory</
code></
em></
span></
dt>
539N/A Sets the directory in which the key files are to reside.
539N/A<
dt><
span class="term">-r</
span></
dt>
539N/A After writing the new keyset files remove the original keyset
539N/A<
dt><
span class="term">-v <
em class="replaceable"><
code>level</
code></
em></
span></
dt>
539N/A Sets the debugging level.
539N/A<
dt><
span class="term">-V</
span></
dt>
539N/A Prints version information.
539N/A<
dt><
span class="term">-E <
em class="replaceable"><
code>engine</
code></
em></
span></
dt>
539N/A Specifies the cryptographic hardware to use, when applicable.
539N/A When BIND is built with OpenSSL PKCS#11 support, this defaults
539N/A to the string "pkcs11", which identifies an OpenSSL engine
539N/A that can drive a cryptographic accelerator or hardware service
539N/A module. When BIND is built with native PKCS#11 cryptography
539N/A (--enable-native-pkcs11), it defaults to the path of the PKCS#11
539N/A provider library specified via "--with-pkcs11".
539N/A<
dt><
span class="term">-f</
span></
dt>
539N/A Force overwrite: Causes <
span class="command"><
strong>dnssec-revoke</
strong></
span> to
539N/A write the new key pair even if a file already exists matching
539N/A the algorithm and key ID of the revoked key.
539N/A<
dt><
span class="term">-R</
span></
dt>
539N/A Print the key tag of the key with the REVOKE bit set but do
539N/A<
div class="refsection">
539N/A<
a name="id-1.9"></
a><
h2>SEE ALSO</
h2>
539N/A<
p><
span class="citerefentry"><
span class="refentrytitle">dnssec-keygen</
span>(8)</
span>,
539N/A <
em class="citetitle">BIND 9 Administrator Reference Manual</
em>,
539N/A <
em class="citetitle">RFC 5011</
em>.