]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/bind9/doc/arm/man.dnssec-dsfromkey.html
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / bind9 / doc / arm / man.dnssec-dsfromkey.html
1 <!--
2  - Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
3  - Copyright (C) 2000-2003 Internet Software Consortium.
4  - 
5  - Permission to use, copy, modify, and/or distribute this software for any
6  - purpose with or without fee is hereby granted, provided that the above
7  - copyright notice and this permission notice appear in all copies.
8  - 
9  - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10  - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11  - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12  - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13  - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15  - PERFORMANCE OF THIS SOFTWARE.
16 -->
17 <!-- $Id: man.dnssec-dsfromkey.html,v 1.6.14.14.2.1 2010/02/25 12:16:49 tbox Exp $ -->
18 <html>
19 <head>
20 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
21 <title>dnssec-dsfromkey</title>
22 <meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
23 <link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
24 <link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
25 <link rel="prev" href="man.host.html" title="host">
26 <link rel="next" href="man.dnssec-keyfromlabel.html" title="dnssec-keyfromlabel">
27 </head>
28 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
29 <div class="navheader">
30 <table width="100%" summary="Navigation header">
31 <tr><th colspan="3" align="center"><span class="application">dnssec-dsfromkey</span></th></tr>
32 <tr>
33 <td width="20%" align="left">
34 <a accesskey="p" href="man.host.html">Prev</a> </td>
35 <th width="60%" align="center">Manual pages</th>
36 <td width="20%" align="right"> <a accesskey="n" href="man.dnssec-keyfromlabel.html">Next</a>
37 </td>
38 </tr>
39 </table>
40 <hr>
41 </div>
42 <div class="refentry" lang="en">
43 <a name="man.dnssec-dsfromkey"></a><div class="titlepage"></div>
44 <div class="refnamediv">
45 <h2>Name</h2>
46 <p><span class="application">dnssec-dsfromkey</span> &#8212; DNSSEC DS RR generation tool</p>
47 </div>
48 <div class="refsynopsisdiv">
49 <h2>Synopsis</h2>
50 <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>
51 <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>
52 </div>
53 <div class="refsect1" lang="en">
54 <a name="id2604060"></a><h2>DESCRIPTION</h2>
55 <p><span><strong class="command">dnssec-dsfromkey</strong></span>
56       outputs the Delegation Signer (DS) resource record (RR), as defined in
57       RFC 3658 and RFC 4509, for the given key(s).
58     </p>
59 </div>
60 <div class="refsect1" lang="en">
61 <a name="id2604074"></a><h2>OPTIONS</h2>
62 <div class="variablelist"><dl>
63 <dt><span class="term">-1</span></dt>
64 <dd><p>
65             Use SHA-1 as the digest algorithm (the default is to use
66             both SHA-1 and SHA-256).
67           </p></dd>
68 <dt><span class="term">-2</span></dt>
69 <dd><p>
70             Use SHA-256 as the digest algorithm.
71           </p></dd>
72 <dt><span class="term">-a <em class="replaceable"><code>algorithm</code></em></span></dt>
73 <dd><p>
74             Select the digest algorithm. The value of
75             <code class="option">algorithm</code> must be one of SHA-1 (SHA1) or
76             SHA-256 (SHA256). These values are case insensitive.
77           </p></dd>
78 <dt><span class="term">-v <em class="replaceable"><code>level</code></em></span></dt>
79 <dd><p>
80             Sets the debugging level.
81           </p></dd>
82 <dt><span class="term">-s</span></dt>
83 <dd><p>
84             Keyset mode: in place of the keyfile name, the argument is
85             the DNS domain name of a keyset file. Following options make sense
86             only in this mode.
87           </p></dd>
88 <dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
89 <dd><p>
90             Specifies the DNS class (default is IN), useful only
91             in the keyset mode.
92           </p></dd>
93 <dt><span class="term">-d <em class="replaceable"><code>directory</code></em></span></dt>
94 <dd><p>
95             Look for <code class="filename">keyset</code> files in
96             <code class="option">directory</code> as the directory, ignored when
97             not in the keyset mode.
98           </p></dd>
99 </dl></div>
100 </div>
101 <div class="refsect1" lang="en">
102 <a name="id2604204"></a><h2>EXAMPLE</h2>
103 <p>
104       To build the SHA-256 DS RR from the
105       <strong class="userinput"><code>Kexample.com.+003+26160</code></strong>
106       keyfile name, the following command would be issued:
107     </p>
108 <p><strong class="userinput"><code>dnssec-dsfromkey -2 Kexample.com.+003+26160</code></strong>
109     </p>
110 <p>
111       The command would print something like:
112     </p>
113 <p><strong class="userinput"><code>example.com. IN DS 26160 5 2 3A1EADA7A74B8D0BA86726B0C227AA85AB8BBD2B2004F41A868A54F0 C5EA0B94</code></strong>
114     </p>
115 </div>
116 <div class="refsect1" lang="en">
117 <a name="id2604241"></a><h2>FILES</h2>
118 <p>
119       The keyfile can be designed by the key identification
120       <code class="filename">Knnnn.+aaa+iiiii</code> or the full file name
121       <code class="filename">Knnnn.+aaa+iiiii.key</code> as generated by
122       <span class="refentrytitle">dnssec-keygen</span>(8).
123     </p>
124 <p>
125       The keyset file name is built from the <code class="option">directory</code>,
126       the string <code class="filename">keyset-</code> and the
127       <code class="option">dnsname</code>.
128     </p>
129 </div>
130 <div class="refsect1" lang="en">
131 <a name="id2604282"></a><h2>CAVEAT</h2>
132 <p>
133       A keyfile error can give a "file not found" even if the file exists.
134     </p>
135 </div>
136 <div class="refsect1" lang="en">
137 <a name="id2604292"></a><h2>SEE ALSO</h2>
138 <p><span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
139       <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
140       <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
141       <em class="citetitle">RFC 3658</em>,
142       <em class="citetitle">RFC 4509</em>.
143     </p>
144 </div>
145 <div class="refsect1" lang="en">
146 <a name="id2604328"></a><h2>AUTHOR</h2>
147 <p><span class="corpauthor">Internet Systems Consortium</span>
148     </p>
149 </div>
150 </div>
151 <div class="navfooter">
152 <hr>
153 <table width="100%" summary="Navigation footer">
154 <tr>
155 <td width="40%" align="left">
156 <a accesskey="p" href="man.host.html">Prev</a> </td>
157 <td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
158 <td width="40%" align="right"> <a accesskey="n" href="man.dnssec-keyfromlabel.html">Next</a>
159 </td>
160 </tr>
161 <tr>
162 <td width="40%" align="left" valign="top">host </td>
163 <td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
164 <td width="40%" align="right" valign="top"> <span class="application">dnssec-keyfromlabel</span>
165 </td>
166 </tr>
167 </table>
168 </div>
169 </body>
170 </html>