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-2012, 2014 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 <refentry id="man.dnssec-dsfromkey">
22 <date>May 02, 2012</date>
26 <refentrytitle><application>dnssec-dsfromkey</application></refentrytitle>
27 <manvolnum>8</manvolnum>
28 <refmiscinfo>BIND9</refmiscinfo>
32 <refname><application>dnssec-dsfromkey</application></refname>
33 <refpurpose>DNSSEC DS RR generation tool</refpurpose>
44 <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
50 <command>dnssec-dsfromkey</command>
51 <arg><option>-v <replaceable class="parameter">level</replaceable></option></arg>
52 <arg><option>-1</option></arg>
53 <arg><option>-2</option></arg>
54 <arg><option>-a <replaceable class="parameter">alg</replaceable></option></arg>
55 <arg><option>-l <replaceable class="parameter">domain</replaceable></option></arg>
56 <arg><option>-T <replaceable class="parameter">TTL</replaceable></option></arg>
57 <arg choice="req">keyfile</arg>
60 <command>dnssec-dsfromkey</command>
61 <arg choice="req">-s</arg>
62 <arg><option>-1</option></arg>
63 <arg><option>-2</option></arg>
64 <arg><option>-a <replaceable class="parameter">alg</replaceable></option></arg>
65 <arg><option>-K <replaceable class="parameter">directory</replaceable></option></arg>
66 <arg><option>-l <replaceable class="parameter">domain</replaceable></option></arg>
67 <arg><option>-s</option></arg>
68 <arg><option>-c <replaceable class="parameter">class</replaceable></option></arg>
69 <arg><option>-T <replaceable class="parameter">TTL</replaceable></option></arg>
70 <arg><option>-f <replaceable class="parameter">file</replaceable></option></arg>
71 <arg><option>-A</option></arg>
72 <arg><option>-v <replaceable class="parameter">level</replaceable></option></arg>
73 <arg choice="req">dnsname</arg>
76 <command>dnssec-dsfromkey</command>
77 <arg><option>-h</option></arg>
78 <arg><option>-V</option></arg>
83 <title>DESCRIPTION</title>
84 <para><command>dnssec-dsfromkey</command>
85 outputs the Delegation Signer (DS) resource record (RR), as defined in
86 RFC 3658 and RFC 4509, for the given key(s).
91 <title>OPTIONS</title>
98 Use SHA-1 as the digest algorithm (the default is to use
99 both SHA-1 and SHA-256).
108 Use SHA-256 as the digest algorithm.
114 <term>-a <replaceable class="parameter">algorithm</replaceable></term>
117 Select the digest algorithm. The value of
118 <option>algorithm</option> must be one of SHA-1 (SHA1),
119 SHA-256 (SHA256), GOST or SHA-384 (SHA384).
120 These values are case insensitive.
126 <term>-T <replaceable class="parameter">TTL</replaceable></term>
129 Specifies the TTL of the DS records.
135 <term>-K <replaceable class="parameter">directory</replaceable></term>
138 Look for key files (or, in keyset mode,
139 <filename>keyset-</filename> files) in
140 <option>directory</option>.
146 <term>-f <replaceable class="parameter">file</replaceable></term>
149 Zone file mode: in place of the keyfile name, the argument is
150 the DNS domain name of a zone master file, which can be read
151 from <option>file</option>. If the zone name is the same as
152 <option>file</option>, then it may be omitted.
155 If <option>file</option> is set to <literal>"-"</literal>, then
156 the zone data is read from the standard input. This makes it
157 possible to use the output of the <command>dig</command>
158 command as input, as in:
161 <userinput>dig dnskey example.com | dnssec-dsfromkey -f - example.com</userinput>
170 Include ZSK's when generating DS records. Without this option,
171 only keys which have the KSK flag set will be converted to DS
172 records and printed. Useful only in zone file mode.
178 <term>-l <replaceable class="parameter">domain</replaceable></term>
181 Generate a DLV set instead of a DS set. The specified
182 <option>domain</option> is appended to the name for each
184 The DNSSEC Lookaside Validation (DLV) RR is described
194 Keyset mode: in place of the keyfile name, the argument is
195 the DNS domain name of a keyset file.
201 <term>-c <replaceable class="parameter">class</replaceable></term>
204 Specifies the DNS class (default is IN). Useful only
205 in keyset or zone file mode.
211 <term>-v <replaceable class="parameter">level</replaceable></term>
214 Sets the debugging level.
223 Prints usage information.
232 Prints version information.
240 <title>EXAMPLE</title>
242 To build the SHA-256 DS RR from the
243 <userinput>Kexample.com.+003+26160</userinput>
244 keyfile name, the following command would be issued:
246 <para><userinput>dnssec-dsfromkey -2 Kexample.com.+003+26160</userinput>
249 The command would print something like:
251 <para><userinput>example.com. IN DS 26160 5 2 3A1EADA7A74B8D0BA86726B0C227AA85AB8BBD2B2004F41A868A54F0 C5EA0B94</userinput>
258 The keyfile can be designed by the key identification
259 <filename>Knnnn.+aaa+iiiii</filename> or the full file name
260 <filename>Knnnn.+aaa+iiiii.key</filename> as generated by
261 <refentrytitle>dnssec-keygen</refentrytitle><manvolnum>8</manvolnum>.
264 The keyset file name is built from the <option>directory</option>,
265 the string <filename>keyset-</filename> and the
266 <option>dnsname</option>.
271 <title>CAVEAT</title>
273 A keyfile error can give a "file not found" even if the file exists.
278 <title>SEE ALSO</title>
280 <refentrytitle>dnssec-keygen</refentrytitle><manvolnum>8</manvolnum>
283 <refentrytitle>dnssec-signzone</refentrytitle><manvolnum>8</manvolnum>
285 <citetitle>BIND 9 Administrator Reference Manual</citetitle>,
286 <citetitle>RFC 3658</citetitle>,
287 <citetitle>RFC 4431</citetitle>.
288 <citetitle>RFC 4509</citetitle>.
293 <title>AUTHOR</title>
294 <para><corpauthor>Internet Systems Consortium</corpauthor>