dnssec-keygen.html revision 90153b6536f7a5078e1c157c980110dbcd7fe205
ab4ab2edaac480f68b476dc19e015c54cd4f1978Lubos Kosco - Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
b227f89b8c13b15a9372ce56713c024f7f73be35Lubos Kosco - Copyright (C) 2000-2003 Internet Software Consortium.
9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlen - Permission to use, copy, modify, and distribute this software for any
9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlen - purpose with or without fee is hereby granted, provided that the above
9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlen - copyright notice and this permission notice appear in all copies.
551b849ce88d596dc52dda2f78229a932b339c78Lubos Kosco - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlen - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
477c09a2656e6a2c1075425ad81e61d594164fa9Lubos Kosco - PERFORMANCE OF THIS SOFTWARE.
bcae302a5f4b516d2f3c05f657df054e1a0efde7Knut Anders Hatlen<!-- $Id: dnssec-keygen.html,v 1.22 2005/08/30 04:18:55 marka Exp $ -->
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
afb218f076cae538126a5f931299a82a114a075aKnut Anders Hatlen<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye<a name="man.dnssec-keygen"></a><div class="titlepage"></div>
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye<p><span class="application">dnssec-keygen</span> — DNSSEC key generation tool</p>
c0550b01024b910b8c1468811c0ea663b10b1372Trond Norbye<div class="cmdsynopsis"><p><code class="command">dnssec-keygen</code> {-a <em class="replaceable"><code>algorithm</code></em>} {-b <em class="replaceable"><code>keysize</code></em>} {-n <em class="replaceable"><code>nametype</code></em>} [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-e</code>] [<code class="option">-f <em class="replaceable"><code>flag</code></em></code>] [<code class="option">-g <em class="replaceable"><code>generator</code></em></code>] [<code class="option">-h</code>] [<code class="option">-k</code>] [<code class="option">-p <em class="replaceable"><code>protocol</code></em></code>] [<code class="option">-r <em class="replaceable"><code>randomdev</code></em></code>] [<code class="option">-s <em class="replaceable"><code>strength</code></em></code>] [<code class="option">-t <em class="replaceable"><code>type</code></em></code>] [<code class="option">-v <em class="replaceable"><code>level</code></em></code>] {name}</p></div>
9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlen<p><span><strong class="command">dnssec-keygen</strong></span>
bbb39d08c0e5b73c89ba813a7c1789842c60f961Lubos Kosco generates keys for DNSSEC (Secure DNS), as defined in RFC 2535
2ba599c0d79caf59996d8b54a0490bb968442134Knut Anders Hatlen and RFC <TBA\>. It can also generate keys for use with
67b14513c549ae0027ba7590e736b3dd3281db7cLubos Kosco TSIG (Transaction Signatures), as defined in RFC 2845.
f9fd2b96d1c5ea62664f74da0e34a04b6511a8ffLubos Kosco<dt><span class="term">-a <em class="replaceable"><code>algorithm</code></em></span></dt>
6d7c6f82e644c205bc679ee5b1fa2929ec949963Lubos Kosco Selects the cryptographic algorithm. The value of
f9fd2b96d1c5ea62664f74da0e34a04b6511a8ffLubos Kosco <code class="option">algorithm</code> must be one of RSAMD5 (RSA) or RSASHA1,
f9fd2b96d1c5ea62664f74da0e34a04b6511a8ffLubos Kosco DSA, DH (Diffie Hellman), or HMAC-MD5. These values
f9fd2b96d1c5ea62664f74da0e34a04b6511a8ffLubos Kosco are case insensitive.
f9fd2b96d1c5ea62664f74da0e34a04b6511a8ffLubos Kosco Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye and DSA is recommended. For TSIG, HMAC-MD5 is mandatory.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye Note 2: HMAC-MD5 and DH automatically set the -k flag.
bbb39d08c0e5b73c89ba813a7c1789842c60f961Lubos Kosco<dt><span class="term">-b <em class="replaceable"><code>keysize</code></em></span></dt>
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye Specifies the number of bits in the key. The choice of key
ca37bb3c4127b35d333203398bd983ee730d9da5Jan S Berg size depends on the algorithm used. RSAMD5 / RSASHA1 keys must be
f9fd2b96d1c5ea62664f74da0e34a04b6511a8ffLubos Kosco 512 and 2048 bits. Diffie Hellman keys must be between
f9fd2b96d1c5ea62664f74da0e34a04b6511a8ffLubos Kosco 128 and 4096 bits. DSA keys must be between 512 and 1024
f9fd2b96d1c5ea62664f74da0e34a04b6511a8ffLubos Kosco bits and an exact multiple of 64. HMAC-MD5 keys must be
ca37bb3c4127b35d333203398bd983ee730d9da5Jan S Berg between 1 and 512 bits.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye<dt><span class="term">-n <em class="replaceable"><code>nametype</code></em></span></dt>
ab4ab2edaac480f68b476dc19e015c54cd4f1978Lubos Kosco Specifies the owner type of the key. The value of
ab4ab2edaac480f68b476dc19e015c54cd4f1978Lubos Kosco <code class="option">nametype</code> must either be ZONE (for a DNSSEC
f9fd2b96d1c5ea62664f74da0e34a04b6511a8ffLubos Kosco zone key (KEY/DNSKEY)), HOST or ENTITY (for a key associated with
f9fd2b96d1c5ea62664f74da0e34a04b6511a8ffLubos Kosco a host (KEY)),
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye USER (for a key associated with a user(KEY)) or OTHER (DNSKEY).
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye These values are
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye case insensitive.
4bb936310d8f131aa850821e9254ac14242c7f95Knut Anders Hatlen<dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye Indicates that the DNS record containing the key should have
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye the specified class. If not specified, class IN is used.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye If generating an RSAMD5/RSASHA1 key, use a large exponent.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye<dt><span class="term">-f <em class="replaceable"><code>flag</code></em></span></dt>
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye Set the specified flag in the flag field of the KEY/DNSKEY record.
87396bac3204b6788c817e19222626eefde8f3f0Knut Anders Hatlen The only recognized flag is KSK (Key Signing Key) DNSKEY.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye<dt><span class="term">-g <em class="replaceable"><code>generator</code></em></span></dt>
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye If generating a Diffie Hellman key, use this generator.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye Allowed values are 2 and 5. If no generator
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye is specified, a known prime from RFC 2539 will be used
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye if possible; otherwise the default is 2.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye Prints a short summary of the options and arguments to
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye <span><strong class="command">dnssec-keygen</strong></span>.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye Generate KEY records rather than DNSKEY records.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye<dt><span class="term">-p <em class="replaceable"><code>protocol</code></em></span></dt>
25fddb6fbc2130e3847315ff2b0b6819ff3feccaLubos Kosco Sets the protocol value for the generated key. The protocol
67b14513c549ae0027ba7590e736b3dd3281db7cLubos Kosco is a number between 0 and 255. The default is 3 (DNSSEC).
67b14513c549ae0027ba7590e736b3dd3281db7cLubos Kosco Other possible values for this argument are listed in
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye RFC 2535 and its successors.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye<dt><span class="term">-r <em class="replaceable"><code>randomdev</code></em></span></dt>