dnssec-dsfromkey
{-s} [-v
] [level
-1
] [-2
] [-a
] [alg
-c
] [class
-d
] {dnsname}dir
dnssec-dsfromkey outputs the Delegation Signer (DS) resource record (RR), as defined in RFC 3658 and RFC 4509, for the given key(s).
@@ -61,6 +60,12 @@
Sets the debugging level.
domain
+ Generate a DLV set instead of a DS set. The specified
+ domain
is appended to the name for each
+ record in the set.
+
Keyset mode: in place of the keyfile name, the argument is @@ -81,7 +86,7 @@
The keyfile can be designed by the key identification
Knnnn.+aaa+iiiii
or the full file name
@@ -110,13 +115,13 @@
dnssec-keygen(8), dnssec-signzone(8), BIND 9 Administrator Reference Manual, @@ -125,7 +130,7 @@
dnssec-keygen
{-a algorithm
} {-b keysize
} {-n nametype
} [-c
] [class
-e
] [-f
] [flag
-g
] [generator
-h
] [-k
] [-p
] [protocol
-r
] [randomdev
-s
] [strength
-t
] [type
-v
] {name}level
dnssec-keygen generates keys for DNSSEC (Secure DNS), as defined in RFC 2535 and RFC 4034. It can also generate keys for use with @@ -40,7 +40,7 @@
algorithm
algorithm
must be one of RSAMD5 (RSA) or RSASHA1,
DSA, NSEC3RSASHA1, NSEC3DSA, DH (Diffie Hellman), or HMAC-MD5.
- These values are case insensitive.
+ These values are case insensitive. The default is RSASHA1 for
+ DNSSEC key generation.
Note 1: that for DNSSEC, RSASHA1 is a mandatory to implement @@ -60,15 +61,20 @@
keysize
+
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 + 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 between 1 and 512 bits. -
+
+nametype
Specifies the owner type of the key. The value of @@ -91,7 +97,7 @@
flag
Set the specified flag in the flag field of the KEY/DNSKEY record. - The only recognized flag is KSK (Key Signing Key) DNSKEY. + The only recognized flag is KSK (Key Signing Key) DNSKEY.
generator
@@ -148,7 +154,7 @@
To generate a 768-bit DSA key for the domain
example.com
, the following command would be
@@ -215,7 +221,7 @@
dnssec-signzone(8), BIND 9 Administrator Reference Manual, RFC 2539, @@ -224,7 +230,7 @@