]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/bind9/bin/dnssec/dnssec-dsfromkey.html
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / bind9 / bin / dnssec / dnssec-dsfromkey.html
1 <!--
2  - Copyright (C) 2008-2010, 2012 Internet Systems Consortium, Inc. ("ISC")
3  - 
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.
7  - 
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 -->
16 <!-- $Id$ -->
17 <html>
18 <head>
19 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
20 <title>dnssec-dsfromkey</title>
21 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
22 </head>
23 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
24 <a name="man.dnssec-dsfromkey"></a><div class="titlepage"></div>
25 <div class="refnamediv">
26 <h2>Name</h2>
27 <p><span class="application">dnssec-dsfromkey</span> &#8212; DNSSEC DS RR generation tool</p>
28 </div>
29 <div class="refsynopsisdiv">
30 <h2>Synopsis</h2>
31 <div class="cmdsynopsis"><p><code class="command">dnssec-dsfromkey</code>  [<code class="option">-v <em class="replaceable"><code>level</code></em></code>] [<code class="option">-1</code>] [<code class="option">-2</code>] [<code class="option">-a <em class="replaceable"><code>alg</code></em></code>] [<code class="option">-l <em class="replaceable"><code>domain</code></em></code>] {keyfile}</p></div>
32 <div class="cmdsynopsis"><p><code class="command">dnssec-dsfromkey</code>  {-s} [<code class="option">-1</code>] [<code class="option">-2</code>] [<code class="option">-a <em class="replaceable"><code>alg</code></em></code>] [<code class="option">-K <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-l <em class="replaceable"><code>domain</code></em></code>] [<code class="option">-s</code>] [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-f <em class="replaceable"><code>file</code></em></code>] [<code class="option">-A</code>] [<code class="option">-v <em class="replaceable"><code>level</code></em></code>] {dnsname}</p></div>
33 </div>
34 <div class="refsect1" lang="en">
35 <a name="id2543468"></a><h2>DESCRIPTION</h2>
36 <p><span><strong class="command">dnssec-dsfromkey</strong></span>
37       outputs the Delegation Signer (DS) resource record (RR), as defined in
38       RFC 3658 and RFC 4509, for the given key(s).
39     </p>
40 </div>
41 <div class="refsect1" lang="en">
42 <a name="id2543480"></a><h2>OPTIONS</h2>
43 <div class="variablelist"><dl>
44 <dt><span class="term">-1</span></dt>
45 <dd><p>
46             Use SHA-1 as the digest algorithm (the default is to use
47             both SHA-1 and SHA-256).
48           </p></dd>
49 <dt><span class="term">-2</span></dt>
50 <dd><p>
51             Use SHA-256 as the digest algorithm.
52           </p></dd>
53 <dt><span class="term">-a <em class="replaceable"><code>algorithm</code></em></span></dt>
54 <dd><p>
55             Select the digest algorithm. The value of
56             <code class="option">algorithm</code> must be one of SHA-1 (SHA1),
57             SHA-256 (SHA256), GOST or SHA-384 (SHA384).
58             These values are case insensitive.
59           </p></dd>
60 <dt><span class="term">-K <em class="replaceable"><code>directory</code></em></span></dt>
61 <dd><p>
62             Look for key files (or, in keyset mode,
63             <code class="filename">keyset-</code> files) in
64             <code class="option">directory</code>.
65           </p></dd>
66 <dt><span class="term">-f <em class="replaceable"><code>file</code></em></span></dt>
67 <dd><p>
68             Zone file mode: in place of the keyfile name, the argument is
69             the DNS domain name of a zone master file, which can be read
70             from <code class="option">file</code>.  If the zone name is the same as
71             <code class="option">file</code>, then it may be omitted.
72           </p></dd>
73 <dt><span class="term">-A</span></dt>
74 <dd><p>
75             Include ZSK's when generating DS records.  Without this option,
76             only keys which have the KSK flag set will be converted to DS
77             records and printed.  Useful only in zone file mode. 
78           </p></dd>
79 <dt><span class="term">-l <em class="replaceable"><code>domain</code></em></span></dt>
80 <dd><p>
81             Generate a DLV set instead of a DS set.  The specified
82             <code class="option">domain</code> is appended to the name for each
83             record in the set.
84             The DNSSEC Lookaside Validation (DLV) RR is described
85             in RFC 4431.
86           </p></dd>
87 <dt><span class="term">-s</span></dt>
88 <dd><p>
89             Keyset mode: in place of the keyfile name, the argument is
90             the DNS domain name of a keyset file.
91           </p></dd>
92 <dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
93 <dd><p>
94             Specifies the DNS class (default is IN).  Useful only
95             in keyset or zone file mode.
96           </p></dd>
97 <dt><span class="term">-v <em class="replaceable"><code>level</code></em></span></dt>
98 <dd><p>
99             Sets the debugging level.
100           </p></dd>
101 </dl></div>
102 </div>
103 <div class="refsect1" lang="en">
104 <a name="id2543667"></a><h2>EXAMPLE</h2>
105 <p>
106       To build the SHA-256 DS RR from the
107       <strong class="userinput"><code>Kexample.com.+003+26160</code></strong>
108       keyfile name, the following command would be issued:
109     </p>
110 <p><strong class="userinput"><code>dnssec-dsfromkey -2 Kexample.com.+003+26160</code></strong>
111     </p>
112 <p>
113       The command would print something like:
114     </p>
115 <p><strong class="userinput"><code>example.com. IN DS 26160 5 2 3A1EADA7A74B8D0BA86726B0C227AA85AB8BBD2B2004F41A868A54F0 C5EA0B94</code></strong>
116     </p>
117 </div>
118 <div class="refsect1" lang="en">
119 <a name="id2543697"></a><h2>FILES</h2>
120 <p>
121       The keyfile can be designed by the key identification
122       <code class="filename">Knnnn.+aaa+iiiii</code> or the full file name
123       <code class="filename">Knnnn.+aaa+iiiii.key</code> as generated by
124       <span class="refentrytitle">dnssec-keygen</span>(8).
125     </p>
126 <p>
127       The keyset file name is built from the <code class="option">directory</code>,
128       the string <code class="filename">keyset-</code> and the
129       <code class="option">dnsname</code>.
130     </p>
131 </div>
132 <div class="refsect1" lang="en">
133 <a name="id2543732"></a><h2>CAVEAT</h2>
134 <p>
135       A keyfile error can give a "file not found" even if the file exists.
136     </p>
137 </div>
138 <div class="refsect1" lang="en">
139 <a name="id2543741"></a><h2>SEE ALSO</h2>
140 <p><span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
141       <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
142       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
143       <em class="citetitle">RFC 3658</em>,
144       <em class="citetitle">RFC 4431</em>.
145       <em class="citetitle">RFC 4509</em>.
146     </p>
147 </div>
148 <div class="refsect1" lang="en">
149 <a name="id2543781"></a><h2>AUTHOR</h2>
150 <p><span class="corpauthor">Internet Systems Consortium</span>
151     </p>
152 </div>
153 </div></body>
154 </html>