man.dnssec-dsfromkey.html revision b397f922936e9f73aa8c3ea40be3ad74285dacaa
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews - Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC")
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews - Copyright (C) 2000-2003 Internet Software Consortium.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews - Permission to use, copy, modify, and/or distribute this software for any
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews - purpose with or without fee is hereby granted, provided that the above
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews - copyright notice and this permission notice appear in all copies.
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver - PERFORMANCE OF THIS SOFTWARE.
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews<!-- $Id$ -->
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews<link rel="prev" href="man.host.html" title="host">
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver<link rel="next" href="man.dnssec-keyfromlabel.html" title="dnssec-keyfromlabel">
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver<table width="100%" summary="Navigation header">
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver<tr><th colspan="3" align="center"><span class="application">dnssec-dsfromkey</span></th></tr>
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver<a accesskey="p" href="man.host.html">Prev</a>�</td>
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews<th width="60%" align="center">Manual pages</th>
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver<td width="20%" align="right">�<a accesskey="n" href="man.dnssec-keyfromlabel.html">Next</a>
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver<a name="man.dnssec-dsfromkey"></a><div class="titlepage"></div>
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver<p><span class="application">dnssec-dsfromkey</span> — DNSSEC DS RR generation tool</p>
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews<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>
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver<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>
9fee08f655527a5dd849b171daeeee1dbbccca76Vernon Schryver<p><span><strong class="command">dnssec-dsfromkey</strong></span>
75c622f53bdda9d2f69f05e06eaf7be01fc09a33Evan Hunt outputs the Delegation Signer (DS) resource record (RR), as defined in
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver RFC 3658 and RFC 4509, for the given key(s).
75c622f53bdda9d2f69f05e06eaf7be01fc09a33Evan Hunt Use SHA-1 as the digest algorithm (the default is to use
75c622f53bdda9d2f69f05e06eaf7be01fc09a33Evan Hunt both SHA-1 and SHA-256).
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt Use SHA-256 as the digest algorithm.
<strong class="userinput"><code>dig dnskey example.com | dnssec-dsfromkey -f - example.com</code></strong>
<p><strong class="userinput"><code>example.com. IN DS 26160 5 2 3A1EADA7A74B8D0BA86726B0C227AA85AB8BBD2B2004F41A868A54F0 C5EA0B94</code></strong>