No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / bind / dist / bin / dnssec / dnssec-keygen.8
blob0649ee376e54b47c4db0eee6517b3fabb7a439df
1 .\"     $NetBSD$
2 .\"
3 .\" Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
4 .\" Copyright (C) 2000-2003 Internet Software Consortium.
5 .\" 
6 .\" Permission to use, copy, modify, and/or distribute this software for any
7 .\" purpose with or without fee is hereby granted, provided that the above
8 .\" copyright notice and this permission notice appear in all copies.
9 .\" 
10 .\" THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
11 .\" REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
12 .\" AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
13 .\" INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
14 .\" LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15 .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16 .\" PERFORMANCE OF THIS SOFTWARE.
17 .\"
18 .\" Id: dnssec-keygen.8,v 1.53 2009/11/03 21:58:30 tbox Exp
19 .\"
20 .hy 0
21 .ad l
22 .\"     Title: dnssec\-keygen
23 .\"    Author: 
24 .\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
25 .\"      Date: June 30, 2000
26 .\"    Manual: BIND9
27 .\"    Source: BIND9
28 .\"
29 .TH "DNSSEC\-KEYGEN" "8" "June 30, 2000" "BIND9" "BIND9"
30 .\" disable hyphenation
31 .nh
32 .\" disable justification (adjust text to left margin only)
33 .ad l
34 .SH "NAME"
35 dnssec\-keygen \- DNSSEC key generation tool
36 .SH "SYNOPSIS"
37 .HP 14
38 \fBdnssec\-keygen\fR [\fB\-a\ \fR\fB\fIalgorithm\fR\fR] [\fB\-b\ \fR\fB\fIkeysize\fR\fR] [\fB\-n\ \fR\fB\fInametype\fR\fR] [\fB\-3\fR] [\fB\-A\ \fR\fB\fIdate/offset\fR\fR] [\fB\-C\fR] [\fB\-c\ \fR\fB\fIclass\fR\fR] [\fB\-D\ \fR\fB\fIdate/offset\fR\fR] [\fB\-E\ \fR\fB\fIengine\fR\fR] [\fB\-e\fR] [\fB\-f\ \fR\fB\fIflag\fR\fR] [\fB\-G\fR] [\fB\-g\ \fR\fB\fIgenerator\fR\fR] [\fB\-h\fR] [\fB\-I\ \fR\fB\fIdate/offset\fR\fR] [\fB\-K\ \fR\fB\fIdirectory\fR\fR] [\fB\-k\fR] [\fB\-P\ \fR\fB\fIdate/offset\fR\fR] [\fB\-p\ \fR\fB\fIprotocol\fR\fR] [\fB\-q\fR] [\fB\-R\ \fR\fB\fIdate/offset\fR\fR] [\fB\-r\ \fR\fB\fIrandomdev\fR\fR] [\fB\-s\ \fR\fB\fIstrength\fR\fR] [\fB\-t\ \fR\fB\fItype\fR\fR] [\fB\-v\ \fR\fB\fIlevel\fR\fR] [\fB\-z\fR] {name}
39 .SH "DESCRIPTION"
40 .PP
41 \fBdnssec\-keygen\fR
42 generates keys for DNSSEC (Secure DNS), as defined in RFC 2535 and RFC 4034. It can also generate keys for use with TSIG (Transaction Signatures) as defined in RFC 2845, or TKEY (Transaction Key) as defined in RFC 2930.
43 .PP
44 The
45 \fBname\fR
46 of the key is specified on the command line. For DNSSEC keys, this must match the name of the zone for which the key is being generated.
47 .SH "OPTIONS"
48 .PP
49 \-a \fIalgorithm\fR
50 .RS 4
51 Selects the cryptographic algorithm. For DNSSEC keys, the value of
52 \fBalgorithm\fR
53 must be one of RSAMD5, RSASHA1, DSA, NSEC3RSASHA1, NSEC3DSA, RSASHA256 or RSASHA512. For TSIG/TKEY, the value must be DH (Diffie Hellman), HMAC\-MD5, HMAC\-SHA1, HMAC\-SHA224, HMAC\-SHA256, HMAC\-SHA384, or HMAC\-SHA512. These values are case insensitive.
54 .sp
55 If no algorithm is specified, then RSASHA1 will be used by default, unless the
56 \fB\-3\fR
57 option is specified, in which case NSEC3RSASHA1 will be used instead. (If
58 \fB\-3\fR
59 is used and an algorithm is specified, that algorithm will be checked for compatibility with NSEC3.)
60 .sp
61 Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement algorithm, and DSA is recommended. For TSIG, HMAC\-MD5 is mandatory.
62 .sp
63 Note 2: DH, HMAC\-MD5, and HMAC\-SHA1 through HMAC\-SHA512 automatically set the \-T KEY option.
64 .RE
65 .PP
66 \-b \fIkeysize\fR
67 .RS 4
68 Specifies the number of bits in the key. The choice of key size depends on the algorithm used. RSA keys must be between 512 and 2048 bits. Diffie Hellman keys must be between 128 and 4096 bits. DSA keys must be between 512 and 1024 bits and an exact multiple of 64. HMAC keys must be between 1 and 512 bits.
69 .sp
70 The key size does not need to be specified if using a default algorithm. The default key size is 1024 bits for zone signing keys (ZSK's) and 2048 bits for key signing keys (KSK's, generated with
71 \fB\-f KSK\fR). However, if an algorithm is explicitly specified with the
72 \fB\-a\fR, then there is no default key size, and the
73 \fB\-b\fR
74 must be used.
75 .RE
76 .PP
77 \-n \fInametype\fR
78 .RS 4
79 Specifies the owner type of the key. The value of
80 \fBnametype\fR
81 must either be ZONE (for a DNSSEC zone key (KEY/DNSKEY)), HOST or ENTITY (for a key associated with a host (KEY)), USER (for a key associated with a user(KEY)) or OTHER (DNSKEY). These values are case insensitive. Defaults to ZONE for DNSKEY generation.
82 .RE
83 .PP
84 \-3
85 .RS 4
86 Use an NSEC3\-capable algorithm to generate a DNSSEC key. If this option is used and no algorithm is explicitly set on the command line, NSEC3RSASHA1 will be used by default. Note that RSASHA256 and RSASHA512 algorithms are NSEC3\-capable.
87 .RE
88 .PP
89 \-C
90 .RS 4
91 Compatibility mode: generates an old\-style key, without any metadata. By default,
92 \fBdnssec\-keygen\fR
93 will include the key's creation date in the metadata stored with the private key, and other dates may be set there as well (publication date, activation date, etc). Keys that include this data may be incompatible with older versions of BIND; the
94 \fB\-C\fR
95 option suppresses them.
96 .RE
97 .PP
98 \-c \fIclass\fR
99 .RS 4
100 Indicates that the DNS record containing the key should have the specified class. If not specified, class IN is used.
103 \-E \fIengine\fR
104 .RS 4
105 Uses a crypto hardware (OpenSSL engine) for random number and, when supported, key generation. When compiled with PKCS#11 support it defaults to pkcs11; the empty name resets it to no engine.
109 .RS 4
110 If generating an RSAMD5/RSASHA1 key, use a large exponent.
113 \-f \fIflag\fR
114 .RS 4
115 Set the specified flag in the flag field of the KEY/DNSKEY record. The only recognized flags are KSK (Key Signing Key) and REVOKE.
119 .RS 4
120 Generate a key, but do not publish it or sign with it. This option is incompatible with \-P and \-A.
123 \-g \fIgenerator\fR
124 .RS 4
125 If generating a Diffie Hellman key, use this generator. Allowed values are 2 and 5. If no generator is specified, a known prime from RFC 2539 will be used if possible; otherwise the default is 2.
129 .RS 4
130 Prints a short summary of the options and arguments to
131 \fBdnssec\-keygen\fR.
134 \-K \fIdirectory\fR
135 .RS 4
136 Sets the directory in which the key files are to be written.
140 .RS 4
141 Deprecated in favor of \-T KEY.
144 \-p \fIprotocol\fR
145 .RS 4
146 Sets the protocol value for the generated key. The protocol is a number between 0 and 255. The default is 3 (DNSSEC). Other possible values for this argument are listed in RFC 2535 and its successors.
150 .RS 4
151 Quiet mode: Suppresses unnecessary output, including progress indication. Without this option, when
152 \fBdnssec\-keygen\fR
153 is run interactively to generate an RSA or DSA key pair, it will print a string of symbols to
154 \fIstderr\fR
155 indicating the progress of the key generation. A '.' indicates that a random number has been found which passed an initial sieve test; '+' means a number has passed a single round of the Miller\-Rabin primality test; a space means that the number has passed all the tests and is a satisfactory key.
158 \-r \fIrandomdev\fR
159 .RS 4
160 Specifies the source of randomness. If the operating system does not provide a
161 \fI/dev/random\fR
162 or equivalent device, the default source of randomness is keyboard input.
163 \fIrandomdev\fR
164 specifies the name of a character device or file containing random data to be used instead of the default. The special value
165 \fIkeyboard\fR
166 indicates that keyboard input should be used.
169 \-s \fIstrength\fR
170 .RS 4
171 Specifies the strength value of the key. The strength is a number between 0 and 15, and currently has no defined purpose in DNSSEC.
174 \-T \fIrrtype\fR
175 .RS 4
176 Specifies the resource record type to use for the key.
177 \fBrrtype\fR
178 must be either DNSKEY or KEY. The default is DNSKEY when using a DNSSEC algorithm, but it can be overridden to KEY for use with SIG(0).
179 Using any TSIG algorithm (HMAC\-* or DH) forces this option to KEY.
182 \-t \fItype\fR
183 .RS 4
184 Indicates the use of the key.
185 \fBtype\fR
186 must be one of AUTHCONF, NOAUTHCONF, NOAUTH, or NOCONF. The default is AUTHCONF. AUTH refers to the ability to authenticate data, and CONF the ability to encrypt data.
189 \-v \fIlevel\fR
190 .RS 4
191 Sets the debugging level.
193 .SH "TIMING OPTIONS"
195 Dates can be expressed in the format YYYYMMDD or YYYYMMDDHHMMSS. If the argument begins with a '+' or '\-', it is interpreted as an offset from the present time. For convenience, if such an offset is followed by one of the suffixes 'y', 'mo', 'w', 'd', 'h', or 'mi', then the offset is computed in years (defined as 365 24\-hour days, ignoring leap years), months (defined as 30 24\-hour days), weeks, days, hours, or minutes, respectively. Without a suffix, the offset is computed in seconds.
197 \-P \fIdate/offset\fR
198 .RS 4
199 Sets the date on which a key is to be published to the zone. After that date, the key will be included in the zone but will not be used to sign it. If not set, and if the \-G option has not been used, the default is "now".
202 \-A \fIdate/offset\fR
203 .RS 4
204 Sets the date on which the key is to be activated. After that date, the key will be included in the zone and used to sign it. If not set, and if the \-G option has not been used, the default is "now".
207 \-R \fIdate/offset\fR
208 .RS 4
209 Sets the date on which the key is to be revoked. After that date, the key will be flagged as revoked. It will be included in the zone and will be used to sign it.
212 \-I \fIdate/offset\fR
213 .RS 4
214 Sets the date on which the key is to be retired. After that date, the key will still be included in the zone, but it will not be used to sign it.
217 \-D \fIdate/offset\fR
218 .RS 4
219 Sets the date on which the key is to be deleted. After that date, the key will no longer be included in the zone. (It may remain in the key repository, however.)
221 .SH "GENERATED KEYS"
223 When
224 \fBdnssec\-keygen\fR
225 completes successfully, it prints a string of the form
226 \fIKnnnn.+aaa+iiiii\fR
227 to the standard output. This is an identification string for the key it has generated.
228 .TP 4
229 \(bu
230 \fInnnn\fR
231 is the key name.
232 .TP 4
233 \(bu
234 \fIaaa\fR
235 is the numeric representation of the algorithm.
236 .TP 4
237 \(bu
238 \fIiiiii\fR
239 is the key identifier (or footprint).
241 \fBdnssec\-keygen\fR
242 creates two files, with names based on the printed string.
243 \fIKnnnn.+aaa+iiiii.key\fR
244 contains the public key, and
245 \fIKnnnn.+aaa+iiiii.private\fR
246 contains the private key.
249 \fI.key\fR
250 file contains a DNS KEY record that can be inserted into a zone file (directly or with a $INCLUDE statement).
253 \fI.private\fR
254 file contains algorithm\-specific fields. For obvious security reasons, this file does not have general read permission.
256 Both
257 \fI.key\fR
259 \fI.private\fR
260 files are generated for symmetric encryption algorithms such as HMAC\-MD5, even though the public and private key are equivalent.
261 .SH "EXAMPLE"
263 To generate a 768\-bit DSA key for the domain
264 \fBexample.com\fR, the following command would be issued:
266 \fBdnssec\-keygen \-a DSA \-b 768 \-n ZONE example.com\fR
268 The command would print a string of the form:
270 \fBKexample.com.+003+26160\fR
272 In this example,
273 \fBdnssec\-keygen\fR
274 creates the files
275 \fIKexample.com.+003+26160.key\fR
277 \fIKexample.com.+003+26160.private\fR.
278 .SH "SEE ALSO"
280 \fBdnssec\-signzone\fR(8),
281 BIND 9 Administrator Reference Manual,
282 RFC 2539,
283 RFC 2845,
284 RFC 4034.
285 .SH "AUTHOR"
287 Internet Systems Consortium
288 .SH "COPYRIGHT"
289 Copyright \(co 2004, 2005, 2007\-2009 Internet Systems Consortium, Inc. ("ISC")
291 Copyright \(co 2000\-2003 Internet Software Consortium.