1 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3 [<!ENTITY mdash "—">]>
5 - Copyright (C) 2008, 2009 Internet Systems Consortium, Inc. ("ISC")
7 - Permission to use, copy, modify, and/or distribute this software for any
8 - purpose with or without fee is hereby granted, provided that the above
9 - copyright notice and this permission notice appear in all copies.
11 - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
12 - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13 - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
14 - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15 - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
16 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17 - PERFORMANCE OF THIS SOFTWARE.
20 <!-- Id: dnssec-dsfromkey.docbook,v 1.10 2009/08/26 21:56:05 jreed Exp -->
21 <refentry id="man.dnssec-dsfromkey">
23 <date>August 26, 2009</date>
27 <refentrytitle><application>dnssec-dsfromkey</application></refentrytitle>
28 <manvolnum>8</manvolnum>
29 <refmiscinfo>BIND9</refmiscinfo>
33 <refname><application>dnssec-dsfromkey</application></refname>
34 <refpurpose>DNSSEC DS RR generation tool</refpurpose>
41 <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
47 <command>dnssec-dsfromkey</command>
48 <arg><option>-v <replaceable class="parameter">level</replaceable></option></arg>
49 <arg><option>-1</option></arg>
50 <arg><option>-2</option></arg>
51 <arg><option>-a <replaceable class="parameter">alg</replaceable></option></arg>
52 <arg><option>-l <replaceable class="parameter">domain</replaceable></option></arg>
53 <arg choice="req">keyfile</arg>
56 <command>dnssec-dsfromkey</command>
57 <arg choice="req">-s</arg>
58 <arg><option>-1</option></arg>
59 <arg><option>-2</option></arg>
60 <arg><option>-a <replaceable class="parameter">alg</replaceable></option></arg>
61 <arg><option>-K <replaceable class="parameter">directory</replaceable></option></arg>
62 <arg><option>-l <replaceable class="parameter">domain</replaceable></option></arg>
63 <arg><option>-s</option></arg>
64 <arg><option>-c <replaceable class="parameter">class</replaceable></option></arg>
65 <arg><option>-f <replaceable class="parameter">file</replaceable></option></arg>
66 <arg><option>-A</option></arg>
67 <arg><option>-v <replaceable class="parameter">level</replaceable></option></arg>
68 <arg choice="req">dnsname</arg>
73 <title>DESCRIPTION</title>
74 <para><command>dnssec-dsfromkey</command>
75 outputs the Delegation Signer (DS) resource record (RR), as defined in
76 RFC 3658 and RFC 4509, for the given key(s).
81 <title>OPTIONS</title>
88 Use SHA-1 as the digest algorithm (the default is to use
89 both SHA-1 and SHA-256).
98 Use SHA-256 as the digest algorithm.
104 <term>-a <replaceable class="parameter">algorithm</replaceable></term>
107 Select the digest algorithm. The value of
108 <option>algorithm</option> must be one of SHA-1 (SHA1) or
109 SHA-256 (SHA256). These values are case insensitive.
115 <term>-K <replaceable class="parameter">directory</replaceable></term>
118 Look for key files (or, in keyset mode,
119 <filename>keyset-</filename> files) in
120 <option>directory</option>.
126 <term>-f <replaceable class="parameter">file</replaceable></term>
129 Zone file mode: in place of the keyfile name, the argument is
130 the DNS domain name of a zone master file, which can be read
131 from <option>file</option>. If the zone name is the same as
132 <option>file</option>, then it may be omitted.
141 Include ZSK's when generating DS records. Without this option,
142 only keys which have the KSK flag set will be converted to DS
143 records and printed. Useful only in zone file mode.
149 <term>-l <replaceable class="parameter">domain</replaceable></term>
152 Generate a DLV set instead of a DS set. The specified
153 <option>domain</option> is appended to the name for each
155 The DNSSEC Lookaside Validation (DLV) RR is described
165 Keyset mode: in place of the keyfile name, the argument is
166 the DNS domain name of a keyset file.
172 <term>-c <replaceable class="parameter">class</replaceable></term>
175 Specifies the DNS class (default is IN). Useful only
176 in keyset or zone file mode.
182 <term>-v <replaceable class="parameter">level</replaceable></term>
185 Sets the debugging level.
193 <title>EXAMPLE</title>
195 To build the SHA-256 DS RR from the
196 <userinput>Kexample.com.+003+26160</userinput>
197 keyfile name, the following command would be issued:
199 <para><userinput>dnssec-dsfromkey -2 Kexample.com.+003+26160</userinput>
202 The command would print something like:
204 <para><userinput>example.com. IN DS 26160 5 2 3A1EADA7A74B8D0BA86726B0C227AA85AB8BBD2B2004F41A868A54F0 C5EA0B94</userinput>
211 The keyfile can be designed by the key identification
212 <filename>Knnnn.+aaa+iiiii</filename> or the full file name
213 <filename>Knnnn.+aaa+iiiii.key</filename> as generated by
214 <refentrytitle>dnssec-keygen</refentrytitle><manvolnum>8</manvolnum>.
217 The keyset file name is built from the <option>directory</option>,
218 the string <filename>keyset-</filename> and the
219 <option>dnsname</option>.
224 <title>CAVEAT</title>
226 A keyfile error can give a "file not found" even if the file exists.
231 <title>SEE ALSO</title>
233 <refentrytitle>dnssec-keygen</refentrytitle><manvolnum>8</manvolnum>
236 <refentrytitle>dnssec-signzone</refentrytitle><manvolnum>8</manvolnum>
238 <citetitle>BIND 9 Administrator Reference Manual</citetitle>,
239 <citetitle>RFC 3658</citetitle>,
240 <citetitle>RFC 4431</citetitle>.
241 <citetitle>RFC 4509</citetitle>.
246 <title>AUTHOR</title>
247 <para><corpauthor>Internet Systems Consortium</corpauthor>