- PERFORMANCE OF THIS SOFTWARE. <
date>June 30, 2000</
date>
<
refentrytitle><
application>dnssec-signzone</
application></
refentrytitle>
<
refmiscinfo>BIND9</
refmiscinfo>
<
refname><
application>dnssec-signzone</
application></
refname>
<
refpurpose>DNSSEC zone signing tool</
refpurpose>
<
holder>Internet Systems Consortium, Inc. ("ISC")</
holder>
<
holder>Internet Software Consortium.</
holder>
<
command>dnssec-signzone</
command>
<
arg><
option>-a</
option></
arg>
<
arg><
option>-c <
replaceable class="parameter">class</
replaceable></
option></
arg>
<
arg><
option>-d <
replaceable class="parameter">directory</
replaceable></
option></
arg>
<
arg><
option>-e <
replaceable class="parameter">end-time</
replaceable></
option></
arg>
<
arg><
option>-f <
replaceable class="parameter">output-file</
replaceable></
option></
arg>
<
arg><
option>-g</
option></
arg>
<
arg><
option>-h</
option></
arg>
<
arg><
option>-k <
replaceable class="parameter">key</
replaceable></
option></
arg>
<
arg><
option>-l <
replaceable class="parameter">domain</
replaceable></
option></
arg>
<
arg><
option>-i <
replaceable class="parameter">interval</
replaceable></
option></
arg>
<
arg><
option>-I <
replaceable class="parameter">input-format</
replaceable></
option></
arg>
<
arg><
option>-j <
replaceable class="parameter">jitter</
replaceable></
option></
arg>
<
arg><
option>-N <
replaceable class="parameter">soa-serial-format</
replaceable></
option></
arg>
<
arg><
option>-o <
replaceable class="parameter">origin</
replaceable></
option></
arg>
<
arg><
option>-O <
replaceable class="parameter">output-format</
replaceable></
option></
arg>
<
arg><
option>-p</
option></
arg>
<
arg><
option>-r <
replaceable class="parameter">randomdev</
replaceable></
option></
arg>
<
arg><
option>-s <
replaceable class="parameter">start-time</
replaceable></
option></
arg>
<
arg><
option>-t</
option></
arg>
<
arg><
option>-v <
replaceable class="parameter">level</
replaceable></
option></
arg>
<
arg><
option>-z</
option></
arg>
<
arg choice="req">zonefile</
arg>
<
arg rep="repeat">key</
arg>
<
title>DESCRIPTION</
title>
<
para><
command>dnssec-signzone</
command>
signs a zone. It generates
NSEC and RRSIG records and produces a signed version of the
zone. The security status of delegations from the signed zone
(that is, whether the child zones are secure or not) is
determined by the presence or absence of a
<
filename>keyset</
filename> file for each child zone.
Verify all generated signatures.
<
term>-c <
replaceable class="parameter">class</
replaceable></
term>
Specifies the DNS class of the zone.
<
term>-k <
replaceable class="parameter">key</
replaceable></
term>
Treat specified key as a key signing key ignoring any
key flags. This option may be specified multiple times.
<
term>-l <
replaceable class="parameter">domain</
replaceable></
term>
Generate a DLV set in addition to the key (DNSKEY) and DS sets.
The domain is appended to the name of the records.
<
term>-d <
replaceable class="parameter">directory</
replaceable></
term>
Look for <
filename>keyset</
filename> files in
<
option>directory</
option> as the directory
Generate DS records for child zones from keyset files.
Existing DS records will be removed.
<
term>-s <
replaceable class="parameter">start-time</
replaceable></
term>
Specify the date and time when the generated RRSIG records
become valid. This can be either an absolute or relative
time. An absolute start time is indicated by a number
in YYYYMMDDHHMMSS notation; 20000530144500 denotes
14:45:00 UTC on May 30th, 2000. A relative start time is
indicated by +N, which is N seconds from the current time.
If no <
option>start-time</
option> is specified, the current
time minus 1 hour (to allow for clock skew) is used.
<
term>-e <
replaceable class="parameter">end-time</
replaceable></
term>
Specify the date and time when the generated RRSIG records
expire. As with <
option>start-time</
option>, an absolute
time is indicated in YYYYMMDDHHMMSS notation. A time relative
to the start time is indicated with +N, which is N seconds from
the start time. A time relative to the current time is
indicated with now+N. If no <
option>end-time</
option> is
specified, 30 days from the start time is used as a default.
<
term>-f <
replaceable class="parameter">output-file</
replaceable></
term>
The name of the output file containing the signed zone. The
default is to append <
filename>.signed</
filename> to
Prints a short summary of the options and arguments to
<
command>dnssec-signzone</
command>.
<
term>-i <
replaceable class="parameter">interval</
replaceable></
term>
When a previously signed zone is passed as input, records
may be resigned. The <
option>interval</
option> option
specifies the cycle interval as an offset from the current
time (in seconds). If a RRSIG record expires after the
cycle interval, it is retained. Otherwise, it is considered
to be expiring soon, and it will be replaced.
The default cycle interval is one quarter of the difference
between the signature end and start times. So if neither
<
option>end-time</
option> or <
option>start-time</
option>
are specified, <
command>dnssec-signzone</
command>
signatures that are valid for 30 days, with a cycle
interval of 7.5 days. Therefore, if any existing RRSIG records
are due to expire in less than 7.5 days, they would be
<
term>-I <
replaceable class="parameter">input-format</
replaceable></
term>
The format of the input zone file.
Possible formats are <
command>"text"</
command> (default)
and <
command>"raw"</
command>.
This option is primarily intended to be used for dynamic
signed zones so that the dumped zone file in a non-text
format containing updates can be signed directly.
The use of this option does not make much sense for
<
term>-j <
replaceable class="parameter">jitter</
replaceable></
term>
When signing a zone with a fixed signature lifetime, all
RRSIG records issued at the time of signing expires
simultaneously. If the zone is incrementally signed,
i.e. a previously signed zone is passed as input to the signer,
all expired signatures has to be regenerated at about the
same time. The <
option>jitter</
option> option specifies a
jitter window that will be used to randomize the signature
expire time, thus spreading incremental signature
Signature lifetime jitter also to some extent benefits
validators and servers by spreading out cache expiration,
i.e. if large numbers of RRSIGs don't expire at the same time
from all caches there will be less congestion than if all
validators need to refetch at mostly the same time.
<
term>-n <
replaceable class="parameter">ncpus</
replaceable></
term>
Specifies the number of threads to use. By default, one
thread is started for each detected CPU.
<
term>-N <
replaceable class="parameter">soa-serial-format</
replaceable></
term>
The SOA serial number format of the signed zone.
Possible formats are <
command>"keep"</
command> (default),
<
command>"increment"</
commmand> and
<
command>"unixtime"</
command>.
<
term><
command>"keep"</
command></
term>
<
para>Do not modify the SOA serial number.</
para>
<
term><
command>"increment"</
command></
term>
<
para>Increment the SOA serial number using RFC 1982
<
term><
command>"unixtime"</
command></
term>
<
para>Set the SOA serial number to the number of seconds
<
term>-o <
replaceable class="parameter">origin</
replaceable></
term>
The zone origin. If not specified, the name of the zone file
is assumed to be the origin.
<
term>-O <
replaceable class="parameter">output-format</
replaceable></
term>
The format of the output file containing the signed zone.
Possible formats are <
command>"text"</
command> (default)
and <
command>"raw"</
command>.
Use pseudo-random data when signing the zone. This is faster,
but less secure, than using real random data. This option
may be useful when signing large zones or when the entropy
<
term>-r <
replaceable class="parameter">randomdev</
replaceable></
term>
Specifies the source of randomness. If the operating
system does not provide a <
filename>/
dev/
random</
filename>
or equivalent device, the default source of randomness
is keyboard input. <
filename>randomdev</
filename>
the name of a character device or file containing random
data to be used instead of the default. The special value
<
filename>keyboard</
filename> indicates that keyboard
Print statistics at completion.
<
term>-v <
replaceable class="parameter">level</
replaceable></
term>
Sets the debugging level.
Ignore KSK flag on key when determining what to sign.
The file containing the zone to be signed.
The keys used to sign the zone. If no keys are specified, the
default all zone keys that have private key files in the
The following command signs the <
userinput>
example.com</
userinput>
zone with the DSA key generated in the <
command>dnssec-keygen</
command>
man page. The zone's keys must be in the zone. If there are
<
filename>keyset</
filename> files associated with child
they must be in the current directory.
<
userinput>
example.com</
userinput>, the following command would be
The command would print a string of the form:
In this example, <
command>dnssec-signzone</
command> creates
should be referenced in a zone statement in a
<
refentrytitle>dnssec-keygen</
refentrytitle><
manvolnum>8</
manvolnum>
<
citetitle>BIND 9 Administrator Reference Manual</
citetitle>,
<
citetitle>RFC 2535</
citetitle>.
<
para><
corpauthor>Internet Systems Consortium</
corpauthor>