<
arg><
option>-3</
option></
arg>
<
arg><
option>-A <
replaceable class="parameter">
date/
offset</
replaceable></
option></
arg>
<
arg><
option>-C</
option></
arg>
<
arg><
option>-c <
replaceable class="parameter">class</
replaceable></
option></
arg>
<
arg><
option>-D <
replaceable class="parameter">
date/
offset</
replaceable></
option></
arg>
<
arg><
option>-e</
option></
arg>
<
arg><
option>-f <
replaceable class="parameter">flag</
replaceable></
option></
arg>
<
arg><
option>-g <
replaceable class="parameter">generator</
replaceable></
option></
arg>
<
arg><
option>-h</
option></
arg>
<
arg><
option>-K <
replaceable class="parameter">directory</
replaceable></
option></
arg>
<
arg><
option>-k</
option></
arg>
<
arg><
option>-P <
replaceable class="parameter">
date/
offset</
replaceable></
option></
arg>
<
arg><
option>-p <
replaceable class="parameter">protocol</
replaceable></
option></
arg>
<
arg><
option>-R <
replaceable class="parameter">
date/
offset</
replaceable></
option></
arg>
<
arg><
option>-r <
replaceable class="parameter">randomdev</
replaceable></
option></
arg>
<
arg><
option>-s <
replaceable class="parameter">strength</
replaceable></
option></
arg>
<
arg><
option>-t <
replaceable class="parameter">type</
replaceable></
option></
arg>
<
arg><
option>-U <
replaceable class="parameter">
date/
offset</
replaceable></
option></
arg>
<
arg><
option>-v <
replaceable class="parameter">level</
replaceable></
option></
arg>
<
arg><
option>-z</
option></
arg>
<
arg choice="req">name</
arg>
<
title>DESCRIPTION</
title>
<
para><
command>dnssec-keygen</
command>
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.
<
term>-a <
replaceable class="parameter">algorithm</
replaceable></
term>
Selects the cryptographic algorithm. For DNSSEC keys, the value
of <
option>algorithm</
option> must be one of RSAMD5, RSASHA1,
DSA, NSEC3RSASHA1, or NSEC3DSA. 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
If no algorithm is specified, then RSASHA1 will be used by
default, unless the <
option>-3</
option> option is specified,
in which case NSEC3RSASHA1 will be used instead.
Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement
algorithm, and DSA is recommended. For TSIG, HMAC-MD5 is
Note 2: DH, HMAC-MD5, and HMAC-SHA1 through HMAC-SHA512
automatically set the -T KEY option.
<
term>-b <
replaceable class="parameter">keysize</
replaceable></
term>
Specifies the number of bits in the key. The choice of key
size depends on the algorithm used. RSAMD5 / RSASHA1 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-MD5 keys must be
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 <
option>-f KSK</
option>). However, if an
algorithm is explicitly specified with the <
option>-a</
option>,
then there is no default key size, and the <
option>-b</
option>
<
term>-n <
replaceable class="parameter">nametype</
replaceable></
term>
Specifies the owner type of the key. The value of
<
option>nametype</
option> must either be ZONE (for a DNSSEC
zone key (
KEY/
DNSKEY)), HOST or ENTITY (for a key associated with
USER (for a key associated with a user(KEY)) or OTHER (DNSKEY).
These values are case insensitive. Defaults to ZONE for DNSKEY
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
Compatibility mode: generates an old-style key, without
any metadata. By default, <
command>dnssec-keygen</
command>
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
<
option>-C</
option> option suppresses them.
<
term>-c <
replaceable class="parameter">class</
replaceable></
term>
Indicates that the DNS record containing the key should have
the specified class. If not specified, class IN is used.
<
term>-f <
replaceable class="parameter">flag</
replaceable></
term>
Set the specified flag in the flag field of the
KEY/
DNSKEY record.
The only recognized flags are KSK (Key Signing Key) and REVOKE.
<
term>-g <
replaceable class="parameter">generator</
replaceable></
term>
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.
Prints a short summary of the options and arguments to
<
command>dnssec-keygen</
command>.
<
term>-K <
replaceable class="parameter">directory</
replaceable></
term>
Sets the directory in which the key files are to be written.
Deprecated in favor of -T KEY.
<
term>-p <
replaceable class="parameter">protocol</
replaceable></
term>
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.
<
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
<
term>-s <
replaceable class="parameter">strength</
replaceable></
term>
Specifies the strength value of the key. The strength is
a number between 0 and 15, and currently has no defined
<
term>-T <
replaceable class="parameter">rrtype</
replaceable></
term>
Specifies the resource record type to use for the key.
<
option>rrtype</
option> 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).
Using any TSIG algorithm (HMAC-* or DH) forces this option
<
term>-t <
replaceable class="parameter">type</
replaceable></
term>
Indicates the use of the key. <
option>type</
option> 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.
<
term>-v <
replaceable class="parameter">level</
replaceable></
term>
Sets the debugging level.
<
title>TIMING OPTIONS</
title>
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. If such an offset is followed
by one of the characters 'y', 'm', 'w', 'd', or 'h', then the
offset is computed in years, months, weeks, days, or hours,
respectively; otherwise it is computed in seconds.
<
term>-P <
replaceable class="parameter">
date/
offset</
replaceable></
term>
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
<
term>-A <
replaceable class="parameter">
date/
offset</
replaceable></
term>
Sets the date on which the key is to be activated. After that
date, the key will be included and the zone and used to sign
<
term>-R <
replaceable class="parameter">
date/
offset</
replaceable></
term>
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.
<
term>-U <
replaceable class="parameter">
date/
offset</
replaceable></
term>
Sets the date on which the key is to be unpublished. After that
date, the key will no longer be included in the zone, but it
may remain in the key repository.
<
term>-D <
replaceable class="parameter">
date/
offset</
replaceable></
term>
Sets the date on which the key is to be deleted. After that
date, the key can be removed from the key repository.
NOTE: Keys are not currently deleted automatically; this field
is included for informational purposes and for future
<
title>GENERATED KEYS</
title>
When <
command>dnssec-keygen</
command> completes
it prints a string of the form <
filename>Knnnn.+aaa+iiiii</
filename>
to the standard output. This is an identification string for
the key it has generated.
<
para><
filename>nnnn</
filename> is the key name.
<
para><
filename>aaa</
filename> is the numeric representation
<
para><
filename>iiiii</
filename> is the key identifier (or
<
para><
command>dnssec-keygen</
command>
creates two files, with names based
on the printed string. <
filename>Knnnn.+aaa+
iiiii.key</
filename>
contains the public key, and
The <
filename>.key</
filename> file contains a DNS KEY record
can be inserted into a zone file (directly or with a $INCLUDE
The <
filename>.private</
filename> file contains
fields. For obvious security reasons, this file does not have
Both <
filename>.key</
filename> and <
filename>.private</
filename>
files are generated for symmetric encryption algorithms such as
HMAC-MD5, even though the public and private key are equivalent.
To generate a 768-bit DSA key for the domain
<
userinput>
example.com</
userinput>, the following command would be
<
para><
userinput>dnssec-keygen -a DSA -b 768 -n ZONE
example.com</
userinput>
The command would print a string of the form:
In this example, <
command>dnssec-keygen</
command> creates
<
refentrytitle>dnssec-signzone</
refentrytitle><
manvolnum>8</
manvolnum>
<
citetitle>BIND 9 Administrator Reference Manual</
citetitle>,
<
citetitle>RFC 2539</
citetitle>,
<
citetitle>RFC 2845</
citetitle>,
<
citetitle>RFC 4033</
citetitle>.
<
para><
corpauthor>Internet Systems Consortium</
corpauthor>