Deleted Added
full compact
dnssec-keyfromlabel.docbook (193149) dnssec-keyfromlabel.docbook (204619)
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 "&#8212;">]>
4<!--
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 "&#8212;">]>
4<!--
5 - Copyright (C) 2008 Internet Systems Consortium, Inc. ("ISC")
5 - Copyright (C) 2008, 2010 Internet Systems Consortium, Inc. ("ISC")
6 -
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.
10 -
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.
18-->
19
6 -
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.
10 -
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.
18-->
19
20<!-- $Id: dnssec-keyfromlabel.docbook,v 1.6 2008/11/07 13:54:11 jreed Exp $ -->
20<!-- $Id: dnssec-keyfromlabel.docbook,v 1.6.14.2 2010/01/15 23:47:31 tbox Exp $ -->
21<refentry id="man.dnssec-keyfromlabel">
22 <refentryinfo>
23 <date>February 8, 2008</date>
24 </refentryinfo>
25
26 <refmeta>
27 <refentrytitle><application>dnssec-keyfromlabel</application></refentrytitle>
28 <manvolnum>8</manvolnum>
29 <refmiscinfo>BIND9</refmiscinfo>
30 </refmeta>
31
32 <refnamediv>
33 <refname><application>dnssec-keyfromlabel</application></refname>
34 <refpurpose>DNSSEC key generation tool</refpurpose>
35 </refnamediv>
36
37 <docinfo>
38 <copyright>
39 <year>2008</year>
21<refentry id="man.dnssec-keyfromlabel">
22 <refentryinfo>
23 <date>February 8, 2008</date>
24 </refentryinfo>
25
26 <refmeta>
27 <refentrytitle><application>dnssec-keyfromlabel</application></refentrytitle>
28 <manvolnum>8</manvolnum>
29 <refmiscinfo>BIND9</refmiscinfo>
30 </refmeta>
31
32 <refnamediv>
33 <refname><application>dnssec-keyfromlabel</application></refname>
34 <refpurpose>DNSSEC key generation tool</refpurpose>
35 </refnamediv>
36
37 <docinfo>
38 <copyright>
39 <year>2008</year>
40 <year>2010</year>
40 <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
41 </copyright>
42 </docinfo>
43
44 <refsynopsisdiv>
45 <cmdsynopsis>
46 <command>dnssec-keyfromlabel</command>
47 <arg choice="req">-a <replaceable class="parameter">algorithm</replaceable></arg>

--- 22 unchanged lines hidden (view full) ---

70 <title>OPTIONS</title>
71
72 <variablelist>
73 <varlistentry>
74 <term>-a <replaceable class="parameter">algorithm</replaceable></term>
75 <listitem>
76 <para>
77 Selects the cryptographic algorithm. The value of
41 <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
42 </copyright>
43 </docinfo>
44
45 <refsynopsisdiv>
46 <cmdsynopsis>
47 <command>dnssec-keyfromlabel</command>
48 <arg choice="req">-a <replaceable class="parameter">algorithm</replaceable></arg>

--- 22 unchanged lines hidden (view full) ---

71 <title>OPTIONS</title>
72
73 <variablelist>
74 <varlistentry>
75 <term>-a <replaceable class="parameter">algorithm</replaceable></term>
76 <listitem>
77 <para>
78 Selects the cryptographic algorithm. The value of
78 <option>algorithm</option> must be one of RSAMD5 (RSA)
79 or RSASHA1, DSA, NSEC3RSASHA1, NSEC3DSA or DH (Diffie Hellman).
79 <option>algorithm</option> must be one of RSAMD5,
80 RSASHA1, DSA, NSEC3RSASHA1, NSEC3DSA, RSASHA256,
81 RSASHA512 or DH (Diffie Hellman).
80 These values are case insensitive.
81 </para>
82 <para>
82 These values are case insensitive.
83 </para>
84 <para>
85 If no algorithm is specified, then RSASHA1 will be used by
86 default, unless the <option>-3</option> option is specified,
87 in which case NSEC3RSASHA1 will be used instead. (If
88 <option>-3</option> is used and an algorithm is specified,
89 that algorithm will be checked for compatibility with NSEC3.)
90 </para>
91 <para>
83 Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement
84 algorithm, and DSA is recommended.
85 </para>
86 <para>
87 Note 2: DH automatically sets the -k flag.
88 </para>
89 </listitem>
90 </varlistentry>

--- 150 unchanged lines hidden (view full) ---

241 <title>SEE ALSO</title>
242 <para><citerefentry>
243 <refentrytitle>dnssec-keygen</refentrytitle><manvolnum>8</manvolnum>
244 </citerefentry>,
245 <citerefentry>
246 <refentrytitle>dnssec-signzone</refentrytitle><manvolnum>8</manvolnum>
247 </citerefentry>,
248 <citetitle>BIND 9 Administrator Reference Manual</citetitle>,
92 Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement
93 algorithm, and DSA is recommended.
94 </para>
95 <para>
96 Note 2: DH automatically sets the -k flag.
97 </para>
98 </listitem>
99 </varlistentry>

--- 150 unchanged lines hidden (view full) ---

250 <title>SEE ALSO</title>
251 <para><citerefentry>
252 <refentrytitle>dnssec-keygen</refentrytitle><manvolnum>8</manvolnum>
253 </citerefentry>,
254 <citerefentry>
255 <refentrytitle>dnssec-signzone</refentrytitle><manvolnum>8</manvolnum>
256 </citerefentry>,
257 <citetitle>BIND 9 Administrator Reference Manual</citetitle>,
249 <citetitle>RFC 2539</citetitle>,
250 <citetitle>RFC 2845</citetitle>,
251 <citetitle>RFC 4033</citetitle>.
258 <citetitle>RFC 4034</citetitle>.
252 </para>
253 </refsect1>
254
255 <refsect1>
256 <title>AUTHOR</title>
257 <para><corpauthor>Internet Systems Consortium</corpauthor>
258 </para>
259 </refsect1>
260
261</refentry><!--
262 - Local variables:
263 - mode: sgml
264 - End:
265-->
259 </para>
260 </refsect1>
261
262 <refsect1>
263 <title>AUTHOR</title>
264 <para><corpauthor>Internet Systems Consortium</corpauthor>
265 </para>
266 </refsect1>
267
268</refentry><!--
269 - Local variables:
270 - mode: sgml
271 - End:
272-->