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 "—">]>
5 - Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
6 - Copyright (C) 2000-2003 Internet Software Consortium.
8 - Permission to use, copy, modify, and/or distribute this software for any
9 - purpose with or without fee is hereby granted, provided that the above
10 - copyright notice and this permission notice appear in all copies.
12 - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
13 - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
14 - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
15 - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
16 - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
17 - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
18 - PERFORMANCE OF THIS SOFTWARE.
21 <!-- Id: dnssec-signzone.docbook,v 1.44 2009/12/03 23:18:16 each Exp -->
22 <refentry id="man.dnssec-signzone">
24 <date>June 05, 2009</date>
28 <refentrytitle><application>dnssec-signzone</application></refentrytitle>
29 <manvolnum>8</manvolnum>
30 <refmiscinfo>BIND9</refmiscinfo>
34 <refname><application>dnssec-signzone</application></refname>
35 <refpurpose>DNSSEC zone signing tool</refpurpose>
46 <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
53 <holder>Internet Software Consortium.</holder>
59 <command>dnssec-signzone</command>
60 <arg><option>-a</option></arg>
61 <arg><option>-c <replaceable class="parameter">class</replaceable></option></arg>
62 <arg><option>-d <replaceable class="parameter">directory</replaceable></option></arg>
63 <arg><option>-E <replaceable class="parameter">engine</replaceable></option></arg>
64 <arg><option>-e <replaceable class="parameter">end-time</replaceable></option></arg>
65 <arg><option>-f <replaceable class="parameter">output-file</replaceable></option></arg>
66 <arg><option>-g</option></arg>
67 <arg><option>-h</option></arg>
68 <arg><option>-K <replaceable class="parameter">directory</replaceable></option></arg>
69 <arg><option>-k <replaceable class="parameter">key</replaceable></option></arg>
70 <arg><option>-l <replaceable class="parameter">domain</replaceable></option></arg>
71 <arg><option>-i <replaceable class="parameter">interval</replaceable></option></arg>
72 <arg><option>-I <replaceable class="parameter">input-format</replaceable></option></arg>
73 <arg><option>-j <replaceable class="parameter">jitter</replaceable></option></arg>
74 <arg><option>-N <replaceable class="parameter">soa-serial-format</replaceable></option></arg>
75 <arg><option>-o <replaceable class="parameter">origin</replaceable></option></arg>
76 <arg><option>-O <replaceable class="parameter">output-format</replaceable></option></arg>
77 <arg><option>-p</option></arg>
78 <arg><option>-P</option></arg>
79 <arg><option>-r <replaceable class="parameter">randomdev</replaceable></option></arg>
80 <arg><option>-S</option></arg>
81 <arg><option>-s <replaceable class="parameter">start-time</replaceable></option></arg>
82 <arg><option>-T <replaceable class="parameter">ttl</replaceable></option></arg>
83 <arg><option>-t</option></arg>
84 <arg><option>-u</option></arg>
85 <arg><option>-v <replaceable class="parameter">level</replaceable></option></arg>
86 <arg><option>-x</option></arg>
87 <arg><option>-z</option></arg>
88 <arg><option>-3 <replaceable class="parameter">salt</replaceable></option></arg>
89 <arg><option>-H <replaceable class="parameter">iterations</replaceable></option></arg>
90 <arg><option>-A</option></arg>
91 <arg choice="req">zonefile</arg>
92 <arg rep="repeat">key</arg>
97 <title>DESCRIPTION</title>
98 <para><command>dnssec-signzone</command>
99 signs a zone. It generates
100 NSEC and RRSIG records and produces a signed version of the
101 zone. The security status of delegations from the signed zone
102 (that is, whether the child zones are secure or not) is
103 determined by the presence or absence of a
104 <filename>keyset</filename> file for each child zone.
109 <title>OPTIONS</title>
116 Verify all generated signatures.
122 <term>-c <replaceable class="parameter">class</replaceable></term>
125 Specifies the DNS class of the zone.
134 Compatibility mode: Generate a
135 <filename>keyset-<replaceable>zonename</replaceable></filename>
137 <filename>dsset-<replaceable>zonename</replaceable></filename>
138 when signing a zone, for use by older versions of
139 <command>dnssec-signzone</command>.
145 <term>-d <replaceable class="parameter">directory</replaceable></term>
148 Look for <filename>dsset-</filename> or
149 <filename>keyset-</filename> files in <option>directory</option>.
155 <term>-E <replaceable class="parameter">engine</replaceable></term>
158 Uses a crypto hardware (OpenSSL engine) for the crypto operations
159 it supports, for instance signing with private keys from
160 a secure key store. When compiled with PKCS#11 support
161 it defaults to pkcs11; the empty name resets it to no engine.
170 Generate DS records for child zones from
171 <filename>dsset-</filename> or <filename>keyset-</filename>
172 file. Existing DS records will be removed.
178 <term>-K <replaceable class="parameter">directory</replaceable></term>
181 Key repository: Specify a directory to search for DNSSEC keys.
182 If not specified, defaults to the current directory.
188 <term>-k <replaceable class="parameter">key</replaceable></term>
191 Treat specified key as a key signing key ignoring any
192 key flags. This option may be specified multiple times.
198 <term>-l <replaceable class="parameter">domain</replaceable></term>
201 Generate a DLV set in addition to the key (DNSKEY) and DS sets.
202 The domain is appended to the name of the records.
208 <term>-s <replaceable class="parameter">start-time</replaceable></term>
211 Specify the date and time when the generated RRSIG records
212 become valid. This can be either an absolute or relative
213 time. An absolute start time is indicated by a number
214 in YYYYMMDDHHMMSS notation; 20000530144500 denotes
215 14:45:00 UTC on May 30th, 2000. A relative start time is
216 indicated by +N, which is N seconds from the current time.
217 If no <option>start-time</option> is specified, the current
218 time minus 1 hour (to allow for clock skew) is used.
224 <term>-e <replaceable class="parameter">end-time</replaceable></term>
227 Specify the date and time when the generated RRSIG records
228 expire. As with <option>start-time</option>, an absolute
229 time is indicated in YYYYMMDDHHMMSS notation. A time relative
230 to the start time is indicated with +N, which is N seconds from
231 the start time. A time relative to the current time is
232 indicated with now+N. If no <option>end-time</option> is
233 specified, 30 days from the start time is used as a default.
234 <option>end-time</option> must be later than
235 <option>start-time</option>.
241 <term>-f <replaceable class="parameter">output-file</replaceable></term>
244 The name of the output file containing the signed zone. The
245 default is to append <filename>.signed</filename> to
256 Prints a short summary of the options and arguments to
257 <command>dnssec-signzone</command>.
263 <term>-i <replaceable class="parameter">interval</replaceable></term>
266 When a previously-signed zone is passed as input, records
267 may be resigned. The <option>interval</option> option
268 specifies the cycle interval as an offset from the current
269 time (in seconds). If a RRSIG record expires after the
270 cycle interval, it is retained. Otherwise, it is considered
271 to be expiring soon, and it will be replaced.
274 The default cycle interval is one quarter of the difference
275 between the signature end and start times. So if neither
276 <option>end-time</option> or <option>start-time</option>
277 are specified, <command>dnssec-signzone</command>
279 signatures that are valid for 30 days, with a cycle
280 interval of 7.5 days. Therefore, if any existing RRSIG records
281 are due to expire in less than 7.5 days, they would be
288 <term>-I <replaceable class="parameter">input-format</replaceable></term>
291 The format of the input zone file.
292 Possible formats are <command>"text"</command> (default)
293 and <command>"raw"</command>.
294 This option is primarily intended to be used for dynamic
295 signed zones so that the dumped zone file in a non-text
296 format containing updates can be signed directly.
297 The use of this option does not make much sense for
304 <term>-j <replaceable class="parameter">jitter</replaceable></term>
307 When signing a zone with a fixed signature lifetime, all
308 RRSIG records issued at the time of signing expires
309 simultaneously. If the zone is incrementally signed, i.e.
310 a previously-signed zone is passed as input to the signer,
311 all expired signatures have to be regenerated at about the
312 same time. The <option>jitter</option> option specifies a
313 jitter window that will be used to randomize the signature
314 expire time, thus spreading incremental signature
315 regeneration over time.
318 Signature lifetime jitter also to some extent benefits
319 validators and servers by spreading out cache expiration,
320 i.e. if large numbers of RRSIGs don't expire at the same time
321 from all caches there will be less congestion than if all
322 validators need to refetch at mostly the same time.
328 <term>-n <replaceable class="parameter">ncpus</replaceable></term>
331 Specifies the number of threads to use. By default, one
332 thread is started for each detected CPU.
338 <term>-N <replaceable class="parameter">soa-serial-format</replaceable></term>
341 The SOA serial number format of the signed zone.
342 Possible formats are <command>"keep"</command> (default),
343 <command>"increment"</command> and
344 <command>"unixtime"</command>.
349 <term><command>"keep"</command></term>
351 <para>Do not modify the SOA serial number.</para>
356 <term><command>"increment"</command></term>
358 <para>Increment the SOA serial number using RFC 1982
364 <term><command>"unixtime"</command></term>
366 <para>Set the SOA serial number to the number of seconds
376 <term>-o <replaceable class="parameter">origin</replaceable></term>
379 The zone origin. If not specified, the name of the zone file
380 is assumed to be the origin.
386 <term>-O <replaceable class="parameter">output-format</replaceable></term>
389 The format of the output file containing the signed zone.
390 Possible formats are <command>"text"</command> (default)
391 and <command>"raw"</command>.
400 Use pseudo-random data when signing the zone. This is faster,
401 but less secure, than using real random data. This option
402 may be useful when signing large zones or when the entropy
412 Disable post sign verification tests.
415 The post sign verification test ensures that for each algorithm
416 in use there is at least one non revoked self signed KSK key,
417 that all revoked KSK keys are self signed, and that all records
418 in the zone are signed by the algorithm.
419 This option skips these tests.
425 <term>-r <replaceable class="parameter">randomdev</replaceable></term>
428 Specifies the source of randomness. If the operating
429 system does not provide a <filename>/dev/random</filename>
430 or equivalent device, the default source of randomness
431 is keyboard input. <filename>randomdev</filename>
433 the name of a character device or file containing random
434 data to be used instead of the default. The special value
435 <filename>keyboard</filename> indicates that keyboard
436 input should be used.
445 Smart signing: Instructs <command>dnssec-signzone</command> to
446 search the key repository for keys that match the zone being
447 signed, and to include them in the zone if appropriate.
450 When a key is found, its timing metadata is examined to
451 determine how it should be used, according to the following
452 rules. Each successive rule takes priority over the prior
459 If no timing metadata has been set for the key, the key is
460 published in the zone and used to sign the zone.
468 If the key's publication date is set and is in the past, the
469 key is published in the zone.
477 If the key's activation date is set and in the past, the
478 key is published (regardless of publication date) and
479 used to sign the zone.
487 If the key's revocation date is set and in the past, and the
488 key is published, then the key is revoked, and the revoked key
489 is used to sign the zone.
497 If either of the key's unpublication or deletion dates are set
498 and in the past, the key is NOT published or used to sign the
499 zone, regardless of any other metadata.
508 <term>-T <replaceable class="parameter">ttl</replaceable></term>
511 Specifies the TTL to be used for new DNSKEY records imported
512 into the zone from the key repository. If not specified,
513 the default is the minimum TTL value from the zone's SOA
514 record. This option is ignored when signing without
515 <option>-S</option>, since DNSKEY records are not imported
516 from the key repository in that case. It is also ignored if
517 there are any pre-existing DNSKEY records at the zone apex,
518 in which case new records' TTL values will be set to match
528 Print statistics at completion.
537 Update NSEC/NSEC3 chain when re-signing a previously signed
538 zone. With this option, a zone signed with NSEC can be
539 switched to NSEC3, or a zone signed with NSEC3 can
540 be switch to NSEC or to NSEC3 with different parameters.
541 Without this option, <command>dnssec-signzone</command> will
542 retain the existing chain when re-signing.
548 <term>-v <replaceable class="parameter">level</replaceable></term>
551 Sets the debugging level.
560 Only sign the DNSKEY RRset with key-signing keys, and omit
561 signatures from zone-signing keys. (This is similar to the
562 <command>dnssec-dnskey-kskonly yes;</command> zone option in
563 <command>named</command>.)
572 Ignore KSK flag on key when determining what to sign. This
573 causes KSK-flagged keys to sign all records, not just the
574 DNSKEY RRset. (This is similar to the
575 <command>update-check-ksk no;</command> zone option in
576 <command>named</command>.)
582 <term>-3 <replaceable class="parameter">salt</replaceable></term>
585 Generate an NSEC3 chain with the given hex encoded salt.
586 A dash (<replaceable class="parameter">salt</replaceable>) can
587 be used to indicate that no salt is to be used when generating the NSEC3 chain.
593 <term>-H <replaceable class="parameter">iterations</replaceable></term>
596 When generating an NSEC3 chain, use this many interations. The
606 When generating an NSEC3 chain set the OPTOUT flag on all
607 NSEC3 records and do not generate NSEC3 records for insecure
611 Using this option twice (i.e., <option>-AA</option>)
612 turns the OPTOUT flag off for all records. This is useful
613 when using the <option>-u</option> option to modify an NSEC3
614 chain which previously had OPTOUT set.
620 <term>zonefile</term>
623 The file containing the zone to be signed.
632 Specify which keys should be used to sign the zone. If
633 no keys are specified, then the zone will be examined
634 for DNSKEY records at the zone apex. If these are found and
635 there are matching private keys, in the current directory,
636 then these will be used for signing.
645 <title>EXAMPLE</title>
647 The following command signs the <userinput>example.com</userinput>
648 zone with the DSA key generated by <command>dnssec-keygen</command>
649 (Kexample.com.+003+17247). Because the <command>-S</command> option
650 is not being used, the zone's keys must be in the master file
651 (<filename>db.example.com</filename>). This invocation looks
652 for <filename>dsset</filename> files, in the current directory,
653 so that DS records can be imported from them (<command>-g</command>).
655 <programlisting>% dnssec-signzone -g -o example.com db.example.com \
656 Kexample.com.+003+17247
657 db.example.com.signed
660 In the above example, <command>dnssec-signzone</command> creates
661 the file <filename>db.example.com.signed</filename>. This
662 file should be referenced in a zone statement in a
663 <filename>named.conf</filename> file.
666 This example re-signs a previously signed zone with default parameters.
667 The private keys are assumed to be in the current directory.
669 <programlisting>% cp db.example.com.signed db.example.com
670 % dnssec-signzone -o example.com db.example.com
671 db.example.com.signed
676 <title>SEE ALSO</title>
678 <refentrytitle>dnssec-keygen</refentrytitle><manvolnum>8</manvolnum>
680 <citetitle>BIND 9 Administrator Reference Manual</citetitle>,
681 <citetitle>RFC 4033</citetitle>.
686 <title>AUTHOR</title>
687 <para><corpauthor>Internet Systems Consortium</corpauthor>