]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - contrib/bind9/bin/dnssec/dnssec-dsfromkey.html
Update to version 9.6-ESV-R6, the latest from ISC, which contains numerous
[FreeBSD/stable/8.git] / contrib / bind9 / bin / dnssec / dnssec-dsfromkey.html
1 <!--
2  - Copyright (C) 2008, 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>] {keyfile}</p></div>
32 <div class="cmdsynopsis"><p><code class="command">dnssec-dsfromkey</code>  {-s} [<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">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-d <em class="replaceable"><code>dir</code></em></code>] {dnsname}</p></div>
33 </div>
34 <div class="refsect1" lang="en">
35 <a name="id2543427"></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="id2543438"></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) or
57             SHA-256 (SHA256). These values are case insensitive.
58           </p></dd>
59 <dt><span class="term">-v <em class="replaceable"><code>level</code></em></span></dt>
60 <dd><p>
61             Sets the debugging level.
62           </p></dd>
63 <dt><span class="term">-s</span></dt>
64 <dd><p>
65             Keyset mode: in place of the keyfile name, the argument is
66             the DNS domain name of a keyset file. Following options make sense
67             only in this mode.
68           </p></dd>
69 <dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
70 <dd><p>
71             Specifies the DNS class (default is IN), useful only
72             in the keyset mode.
73           </p></dd>
74 <dt><span class="term">-d <em class="replaceable"><code>directory</code></em></span></dt>
75 <dd><p>
76             Look for <code class="filename">keyset</code> files in
77             <code class="option">directory</code> as the directory, ignored when
78             not in the keyset mode.
79           </p></dd>
80 </dl></div>
81 </div>
82 <div class="refsect1" lang="en">
83 <a name="id2543566"></a><h2>EXAMPLE</h2>
84 <p>
85       To build the SHA-256 DS RR from the
86       <strong class="userinput"><code>Kexample.com.+003+26160</code></strong>
87       keyfile name, the following command would be issued:
88     </p>
89 <p><strong class="userinput"><code>dnssec-dsfromkey -2 Kexample.com.+003+26160</code></strong>
90     </p>
91 <p>
92       The command would print something like:
93     </p>
94 <p><strong class="userinput"><code>example.com. IN DS 26160 5 2 3A1EADA7A74B8D0BA86726B0C227AA85AB8BBD2B2004F41A868A54F0 C5EA0B94</code></strong>
95     </p>
96 </div>
97 <div class="refsect1" lang="en">
98 <a name="id2543596"></a><h2>FILES</h2>
99 <p>
100       The keyfile can be designed by the key identification
101       <code class="filename">Knnnn.+aaa+iiiii</code> or the full file name
102       <code class="filename">Knnnn.+aaa+iiiii.key</code> as generated by
103       <span class="refentrytitle">dnssec-keygen</span>(8).
104     </p>
105 <p>
106       The keyset file name is built from the <code class="option">directory</code>,
107       the string <code class="filename">keyset-</code> and the
108       <code class="option">dnsname</code>.
109     </p>
110 </div>
111 <div class="refsect1" lang="en">
112 <a name="id2543632"></a><h2>CAVEAT</h2>
113 <p>
114       A keyfile error can give a "file not found" even if the file exists.
115     </p>
116 </div>
117 <div class="refsect1" lang="en">
118 <a name="id2543641"></a><h2>SEE ALSO</h2>
119 <p><span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
120       <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
121       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
122       <em class="citetitle">RFC 3658</em>,
123       <em class="citetitle">RFC 4509</em>.
124     </p>
125 </div>
126 <div class="refsect1" lang="en">
127 <a name="id2543677"></a><h2>AUTHOR</h2>
128 <p><span class="corpauthor">Internet Systems Consortium</span>
129     </p>
130 </div>
131 </div></body>
132 </html>