man.dnssec-dsfromkey.html revision 2fa992d017c027173a47c834db88bef10df453c0
2717N/A<!--
2717N/A - Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC")
2717N/A - Copyright (C) 2000-2003 Internet Software Consortium.
2717N/A -
2717N/A - Permission to use, copy, modify, and/or distribute this software for any
2717N/A - purpose with or without fee is hereby granted, provided that the above
2717N/A - copyright notice and this permission notice appear in all copies.
2717N/A -
2717N/A - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
2717N/A - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
2717N/A - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
2717N/A - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
2717N/A - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
2717N/A - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2717N/A - PERFORMANCE OF THIS SOFTWARE.
2717N/A-->
2717N/A<!-- $Id$ -->
2717N/A<html>
2717N/A<head>
2717N/A<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
2717N/A<title>dnssec-dsfromkey</title>
2717N/A<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
2717N/A<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
2717N/A<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
4134N/A<link rel="prev" href="man.dnssec-coverage.html" title="dnssec-coverage">
2717N/A<link rel="next" href="man.dnssec-importkey.html" title="dnssec-importkey">
2717N/A</head>
2717N/A<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2717N/A<div class="navheader">
2717N/A<table width="100%" summary="Navigation header">
2717N/A<tr><th colspan="3" align="center"><span class="application">dnssec-dsfromkey</span></th></tr>
2717N/A<tr>
2717N/A<td width="20%" align="left">
2717N/A<a accesskey="p" href="man.dnssec-coverage.html">Prev</a>�</td>
2717N/A<th width="60%" align="center">Manual pages</th>
2717N/A<td width="20%" align="right">�<a accesskey="n" href="man.dnssec-importkey.html">Next</a>
2717N/A</td>
2717N/A</tr>
2717N/A</table>
2717N/A<hr>
2717N/A</div>
2717N/A<div class="refentry" lang="en">
2717N/A<a name="man.dnssec-dsfromkey"></a><div class="titlepage"></div>
2717N/A<div class="refnamediv">
2717N/A<h2>Name</h2>
2717N/A<p><span class="application">dnssec-dsfromkey</span> &#8212; DNSSEC DS RR generation tool</p>
2717N/A</div>
2717N/A<div class="refsynopsisdiv">
2717N/A<h2>Synopsis</h2>
2717N/A<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>] [<code class="option">-T <em class="replaceable"><code>TTL</code></em></code>] {keyfile}</p></div>
2717N/A<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">-T <em class="replaceable"><code>TTL</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>
2717N/A<div class="cmdsynopsis"><p><code class="command">dnssec-dsfromkey</code> [<code class="option">-h</code>] [<code class="option">-V</code>]</p></div>
2717N/A</div>
2717N/A<div class="refsect1" lang="en">
2717N/A<a name="id2618315"></a><h2>DESCRIPTION</h2>
2717N/A<p><span><strong class="command">dnssec-dsfromkey</strong></span>
2717N/A outputs the Delegation Signer (DS) resource record (RR), as defined in
2717N/A RFC 3658 and RFC 4509, for the given key(s).
2717N/A </p>
2717N/A</div>
2717N/A<div class="refsect1" lang="en">
2717N/A<a name="id2618329"></a><h2>OPTIONS</h2>
2717N/A<div class="variablelist"><dl>
2717N/A<dt><span class="term">-1</span></dt>
2717N/A<dd><p>
2717N/A Use SHA-1 as the digest algorithm (the default is to use
2717N/A both SHA-1 and SHA-256).
2717N/A </p></dd>
2717N/A<dt><span class="term">-2</span></dt>
2717N/A<dd><p>
2717N/A Use SHA-256 as the digest algorithm.
2717N/A </p></dd>
2717N/A<dt><span class="term">-a <em class="replaceable"><code>algorithm</code></em></span></dt>
2717N/A<dd><p>
2717N/A Select the digest algorithm. The value of
2717N/A <code class="option">algorithm</code> must be one of SHA-1 (SHA1),
2717N/A SHA-256 (SHA256), GOST or SHA-384 (SHA384).
2717N/A These values are case insensitive.
2717N/A </p></dd>
2717N/A<dt><span class="term">-T <em class="replaceable"><code>TTL</code></em></span></dt>
2717N/A<dd><p>
2717N/A Specifies the TTL of the DS records.
2717N/A </p></dd>
2717N/A<dt><span class="term">-K <em class="replaceable"><code>directory</code></em></span></dt>
2717N/A<dd><p>
2717N/A Look for key files (or, in keyset mode,
2717N/A <code class="filename">keyset-</code> files) in
2717N/A <code class="option">directory</code>.
2717N/A </p></dd>
2717N/A<dt><span class="term">-f <em class="replaceable"><code>file</code></em></span></dt>
2717N/A<dd>
2717N/A<p>
2717N/A Zone file mode: in place of the keyfile name, the argument is
2717N/A the DNS domain name of a zone master file, which can be read
2717N/A from <code class="option">file</code>. If the zone name is the same as
2717N/A <code class="option">file</code>, then it may be omitted.
2717N/A </p>
2717N/A<p>
2717N/A If <code class="option">file</code> is set to <code class="literal">"-"</code>, then
2717N/A the zone data is read from the standard input. This makes it
2717N/A possible to use the output of the <span><strong class="command">dig</strong></span>
2717N/A command as input, as in:
2717N/A </p>
2717N/A<p>
2717N/A <strong class="userinput"><code>dig dnskey example.com | dnssec-dsfromkey -f - example.com</code></strong>
2717N/A </p>
2717N/A</dd>
2717N/A<dt><span class="term">-A</span></dt>
2717N/A<dd><p>
2717N/A Include ZSKs when generating DS records. Without this option,
2717N/A only keys which have the KSK flag set will be converted to DS
2717N/A records and printed. Useful only in zone file mode.
2717N/A </p></dd>
2717N/A<dt><span class="term">-l <em class="replaceable"><code>domain</code></em></span></dt>
2717N/A<dd><p>
2717N/A Generate a DLV set instead of a DS set. The specified
2717N/A <code class="option">domain</code> is appended to the name for each
2717N/A record in the set.
2717N/A The DNSSEC Lookaside Validation (DLV) RR is described
2717N/A in RFC 4431.
2717N/A </p></dd>
2717N/A<dt><span class="term">-s</span></dt>
2717N/A<dd><p>
2717N/A Keyset mode: in place of the keyfile name, the argument is
2717N/A the DNS domain name of a keyset file.
2717N/A </p></dd>
2717N/A<dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
2717N/A<dd><p>
2717N/A Specifies the DNS class (default is IN). Useful only
2717N/A in keyset or zone file mode.
2717N/A </p></dd>
2717N/A<dt><span class="term">-v <em class="replaceable"><code>level</code></em></span></dt>
2717N/A<dd><p>
2717N/A Sets the debugging level.
2717N/A </p></dd>
2717N/A<dt><span class="term">-h</span></dt>
2717N/A<dd><p>
2717N/A Prints usage information.
2717N/A </p></dd>
2717N/A<dt><span class="term">-V</span></dt>
2717N/A<dd><p>
2717N/A Prints version information.
2717N/A </p></dd>
2717N/A</dl></div>
2717N/A</div>
2717N/A<div class="refsect1" lang="en">
2717N/A<a name="id2619206"></a><h2>EXAMPLE</h2>
2717N/A<p>
2717N/A To build the SHA-256 DS RR from the
2717N/A <strong class="userinput"><code>Kexample.com.+003+26160</code></strong>
2717N/A keyfile name, the following command would be issued:
2717N/A </p>
2717N/A<p><strong class="userinput"><code>dnssec-dsfromkey -2 Kexample.com.+003+26160</code></strong>
2717N/A </p>
2717N/A<p>
2717N/A The command would print something like:
2717N/A </p>
2717N/A<p><strong class="userinput"><code>example.com. IN DS 26160 5 2 3A1EADA7A74B8D0BA86726B0C227AA85AB8BBD2B2004F41A868A54F0 C5EA0B94</code></strong>
2717N/A </p>
2717N/A</div>
2717N/A<div class="refsect1" lang="en">
2717N/A<a name="id2619242"></a><h2>FILES</h2>
2717N/A<p>
2717N/A The keyfile can be designed by the key identification
2717N/A <code class="filename">Knnnn.+aaa+iiiii</code> or the full file name
2717N/A <code class="filename">Knnnn.+aaa+iiiii.key</code> as generated by
2717N/A <span class="refentrytitle">dnssec-keygen</span>(8).
2717N/A </p>
2717N/A<p>
2717N/A The keyset file name is built from the <code class="option">directory</code>,
2717N/A the string <code class="filename">keyset-</code> and the
2717N/A <code class="option">dnsname</code>.
2717N/A </p>
2717N/A</div>
2717N/A<div class="refsect1" lang="en">
2717N/A<a name="id2619284"></a><h2>CAVEAT</h2>
2717N/A<p>
2717N/A A keyfile error can give a "file not found" even if the file exists.
2717N/A </p>
2717N/A</div>
2717N/A<div class="refsect1" lang="en">
2717N/A<a name="id2619293"></a><h2>SEE ALSO</h2>
2717N/A<p><span class="citerefentry"><span class="refentrytitle">dnssec-keygen</span>(8)</span>,
2717N/A <span class="citerefentry"><span class="refentrytitle">dnssec-signzone</span>(8)</span>,
2717N/A <em class="citetitle">BIND 9 Administrator Reference Manual</em>,
2717N/A <em class="citetitle">RFC 3658</em>,
2717N/A <em class="citetitle">RFC 4431</em>.
2717N/A <em class="citetitle">RFC 4509</em>.
2717N/A </p>
2717N/A</div>
2717N/A<div class="refsect1" lang="en">
2717N/A<a name="id2620493"></a><h2>AUTHOR</h2>
2717N/A<p><span class="corpauthor">Internet Systems Consortium</span>
2717N/A </p>
2717N/A</div>
2717N/A</div>
2717N/A<div class="navfooter">
2717N/A<hr>
2717N/A<table width="100%" summary="Navigation footer">
2717N/A<tr>
2717N/A<td width="40%" align="left">
2717N/A<a accesskey="p" href="man.dnssec-coverage.html">Prev</a>�</td>
2717N/A<td width="20%" align="center"><a accesskey="u" href="Bv9ARM.ch10.html">Up</a></td>
2717N/A<td width="40%" align="right">�<a accesskey="n" href="man.dnssec-importkey.html">Next</a>
2717N/A</td>
2717N/A</tr>
2717N/A<tr>
2717N/A<td width="40%" align="left" valign="top">
2717N/A<span class="application">dnssec-coverage</span>�</td>
2717N/A<td width="20%" align="center"><a accesskey="h" href="Bv9ARM.html">Home</a></td>
2717N/A<td width="40%" align="right" valign="top">�<span class="application">dnssec-importkey</span>
2717N/A</td>
2717N/A</tr>
2717N/A</table>
2717N/A</div>
2717N/A<p style="text-align: center;">BIND Version 9.11</p>
2717N/A</body>
2717N/A</html>
2717N/A