man.dnssec-keyfromlabel.html revision 0a7ed88633a680bb881868b75ded4d09a7bbbc50
7d32c065c7bb56f281651ae3dd2888f32ce4f1d9Bob Halley - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence - Copyright (C) 2000-2003 Internet Software Consortium.
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence - Permission to use, copy, modify, and/or distribute this software for any
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence - purpose with or without fee is hereby granted, provided that the above
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence - copyright notice and this permission notice appear in all copies.
15a44745412679c30a6d022733925af70a38b715David Lawrence - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
15a44745412679c30a6d022733925af70a38b715David Lawrence - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15a44745412679c30a6d022733925af70a38b715David Lawrence - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
15a44745412679c30a6d022733925af70a38b715David Lawrence - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15a44745412679c30a6d022733925af70a38b715David Lawrence - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15a44745412679c30a6d022733925af70a38b715David Lawrence - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15a44745412679c30a6d022733925af70a38b715David Lawrence - PERFORMANCE OF THIS SOFTWARE.
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence<!-- $Id: man.dnssec-keyfromlabel.html,v 1.57 2009/07/19 04:27:55 tbox Exp $ -->
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
b09983678f5d116d3c8387aaeab4f2dc4deb0454David Lawrence<link rel="prev" href="man.dnssec-dsfromkey.html" title="dnssec-dsfromkey">
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence<link rel="next" href="man.dnssec-keygen.html" title="dnssec-keygen">
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence<table width="100%" summary="Navigation header">
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence<tr><th colspan="3" align="center"><span class="application">dnssec-keyfromlabel</span></th></tr>
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence<a accesskey="p" href="man.dnssec-dsfromkey.html">Prev</a>�</td>
249aa1914b5462a77f24c4a8dc9a1b9f0ff8ee5fJames Brister<th width="60%" align="center">Manual pages</th>
230bc05e7e4a6ba7fa4ee396048ab669552dcbe2Andreas Gustafsson<td width="20%" align="right">�<a accesskey="n" href="man.dnssec-keygen.html">Next</a>
5fe5a0c02634eaadfcbc3528bf2c184557110a3bAndreas Gustafsson<a name="man.dnssec-keyfromlabel"></a><div class="titlepage"></div>
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence<p><span class="application">dnssec-keyfromlabel</span> — DNSSEC key generation tool</p>
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence<div class="cmdsynopsis"><p><code class="command">dnssec-keyfromlabel</code> {-a <em class="replaceable"><code>algorithm</code></em>} {-l <em class="replaceable"><code>label</code></em>} [<code class="option">-c <em class="replaceable"><code>class</code></em></code>] [<code class="option">-f <em class="replaceable"><code>flag</code></em></code>] [<code class="option">-k</code>] [<code class="option">-K <em class="replaceable"><code>directory</code></em></code>] [<code class="option">-n <em class="replaceable"><code>nametype</code></em></code>] [<code class="option">-p <em class="replaceable"><code>protocol</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>
2c2cda0045ec97d0db445ed777411930f27c0dd0Bob Halley<p><span><strong class="command">dnssec-keyfromlabel</strong></span>
70f6053bd1c18f0a0ebe5b52c8ddbf464e92a1c5Mark Andrews gets keys with the given label from a crypto hardware and builds
61ba96e2f90930c7dfde73e05ac6d2c5a611afa7Andreas Gustafsson key files for DNSSEC (Secure DNS), as defined in RFC 2535
cfec676d095c14a8f79bb84939d74f22272309c6Michael Graff and RFC 4034.
8b61d2012063306528286680bd9f086fa868d86eMark Andrews<dt><span class="term">-a <em class="replaceable"><code>algorithm</code></em></span></dt>
d4edcfe5eb6862ff4d5922e974e509d1f6cdf76fBrian Wellington Selects the cryptographic algorithm. The value of
eac8e1d5fcccaa2af0041861f2d1edbaea234329Andreas Gustafsson <code class="option">algorithm</code> must be one of RSAMD5 (RSA)
911ed0d3bee586b3bec42cb6c376d5cc6c0e1e24Brian Wellington or RSASHA1, DSA, NSEC3RSASHA1, NSEC3DSA or DH (Diffie Hellman).
20c266cbc999c724e03e6edd437fb4181b92f095Michael Graff These values are case insensitive.
edcd1247ad7e81bb8b430e610d9718f64c70f05dDavid Lawrence Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence algorithm, and DSA is recommended.
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence Note 2: DH automatically sets the -k flag.
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence<dt><span class="term">-l <em class="replaceable"><code>label</code></em></span></dt>
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence Specifies the label of keys in the crypto hardware
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence (PKCS#11 device).
edcd1247ad7e81bb8b430e610d9718f64c70f05dDavid Lawrence<dt><span class="term">-n <em class="replaceable"><code>nametype</code></em></span></dt>
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence Specifies the owner type of the key. The value of
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence <code class="option">nametype</code> must either be ZONE (for a DNSSEC
c90f5e8d1edbd5c277f2ee320167a12a30ba7c7bMichael Graff zone key (KEY/DNSKEY)), HOST or ENTITY (for a key associated with
c90f5e8d1edbd5c277f2ee320167a12a30ba7c7bMichael Graff a host (KEY)),
c90f5e8d1edbd5c277f2ee320167a12a30ba7c7bMichael Graff USER (for a key associated with a user(KEY)) or OTHER (DNSKEY).
c90f5e8d1edbd5c277f2ee320167a12a30ba7c7bMichael Graff These values are
c90f5e8d1edbd5c277f2ee320167a12a30ba7c7bMichael Graff case insensitive.
c90f5e8d1edbd5c277f2ee320167a12a30ba7c7bMichael Graff<dt><span class="term">-c <em class="replaceable"><code>class</code></em></span></dt>
c90f5e8d1edbd5c277f2ee320167a12a30ba7c7bMichael Graff Indicates that the DNS record containing the key should have
c90f5e8d1edbd5c277f2ee320167a12a30ba7c7bMichael Graff the specified class. If not specified, class IN is used.
fc80027fb54b501cdd88461bf879d078259e0226David Lawrence<dt><span class="term">-f <em class="replaceable"><code>flag</code></em></span></dt>