No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / bind / dist / bin / dnssec / dnssec-revoke.html
blob62ab0ca91fb71a47b636f8b665d67e5d5a0d2a7d
1 <!--
2 - Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
4 - Permission to use, copy, modify, and/or distribute this software for any
5 - purpose with or without fee is hereby granted, provided that the above
6 - copyright notice and this permission notice appear in all copies.
8 - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9 - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
10 - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
11 - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12 - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14 - PERFORMANCE OF THIS SOFTWARE.
15 -->
17 <!-- Id: dnssec-revoke.html,v 1.8 2009/11/03 21:58:30 tbox Exp -->
18 <html>
19 <head>
20 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
21 <title>dnssec-revoke</title>
22 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
23 </head>
24 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
25 <a name="man.dnssec-revoke"></a><div class="titlepage"></div>
26 <div class="refnamediv">
27 <h2>Name</h2>
28 <p><span class="application">dnssec-revoke</span> &#8212; Set the REVOKED bit on a DNSSEC key</p>
29 </div>
30 <div class="refsynopsisdiv">
31 <h2>Synopsis</h2>
32 <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">-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>] {keyfile}</p></div>
33 </div>
34 <div class="refsect1" lang="en">
35 <a name="id2543373"></a><h2>DESCRIPTION</h2>
36 <p><span><strong class="command">dnssec-revoke</strong></span>
37 reads a DNSSEC key file, sets the REVOKED bit on the key as defined
38 in RFC 5011, and creates a new pair of key files containing the
39 now-revoked key.
40 </p>
41 </div>
42 <div class="refsect1" lang="en">
43 <a name="id2543385"></a><h2>OPTIONS</h2>
44 <div class="variablelist"><dl>
45 <dt><span class="term">-h</span></dt>
46 <dd><p>
47 Emit usage message and exit.
48 </p></dd>
49 <dt><span class="term">-K <em class="replaceable"><code>directory</code></em></span></dt>
50 <dd><p>
51 Sets the directory in which the key files are to reside.
52 </p></dd>
53 <dt><span class="term">-r</span></dt>
54 <dd><p>
55 After writing the new keyset files remove the original keyset
56 files.
57 </p></dd>
58 <dt><span class="term">-v <em class="replaceable"><code>level</code></em></span></dt>
59 <dd><p>
60 Sets the debugging level.
61 </p></dd>
62 <dt><span class="term">-E <em class="replaceable"><code>engine</code></em></span></dt>
63 <dd><p>
64 Use the given OpenSSL engine. When compiled with PKCS#11 support
65 it defaults to pkcs11; the empty name resets it to no engine.
66 </p></dd>
67 <dt><span class="term">-f</span></dt>
68 <dd><p>
69 Force overwrite: Causes <span><strong class="command">dnssec-revoke</strong></span> to
70 write the new key pair even if a file already exists matching
71 the algorithm and key ID of the revoked key.
72 </p></dd>
73 </dl></div>
74 </div>
75 <div class="refsect1" lang="en">
76 <a name="id2543491"></a><h2>SEE ALSO</h2>
77 <p><span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
78 <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
79 <em class="citetitle">RFC 5011</em>.
80 </p>
81 </div>
82 <div class="refsect1" lang="en">
83 <a name="id2543515"></a><h2>AUTHOR</h2>
84 <p><span class="corpauthor">Internet Systems Consortium</span>
85 </p>
86 </div>
87 </div></body>
88 </html>