From: Tinderbox User
Note: When reading the trust anchor file,
- delv treats dnssec-keys
+ delv treats trust-anchors
initial-key and static-key
entries identically. That is, even if a key is configured
with initial-key, indicating that it is
diff --git a/bin/named/named.conf.5 b/bin/named/named.conf.5
index 45d30a8d7d2..81caab20993 100644
--- a/bin/named/named.conf.5
+++ b/bin/named/named.conf.5
@@ -97,20 +97,6 @@ dlz \fIstring\fR {
.if n \{\
.RE
.\}
-.SH "DNSSEC-KEYS"
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-dnssec\-keys { \fIstring\fR ( static\-key |
- initial\-key | static\-ds | initial\-ds )
- \fIinteger\fR \fIinteger\fR \fIinteger\fR
- \fIquoted_string\fR; \&.\&.\&. };
-.fi
-.if n \{\
-.RE
-.\}
.SH "DYNDB"
.sp
.if n \{\
@@ -164,7 +150,7 @@ logging {
.\}
.SH "MANAGED-KEYS"
.PP
-Deprecated \- see DNSSEC\-KEYS\&.
+Deprecated \- see TRUST\-ANCHORS\&.
.sp
.if n \{\
.RS 4
@@ -565,9 +551,23 @@ statistics\-channels {
.if n \{\
.RE
.\}
+.SH "TRUST-ANCHORS"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+trust\-anchors { \fIstring\fR ( static\-key |
+ initial\-key | static\-ds | initial\-ds )
+ \fIinteger\fR \fIinteger\fR \fIinteger\fR
+ \fIquoted_string\fR; \&.\&.\&. };
+.fi
+.if n \{\
+.RE
+.\}
.SH "TRUSTED-KEYS"
.PP
-Deprecated \- see DNSSEC\-KEYS\&.
+Deprecated \- see TRUST\-ANCHORS\&.
.sp
.if n \{\
.RS 4
@@ -655,10 +655,6 @@ view \fIstring\fR [ \fIclass\fR ] {
dnsrps\-options { \fIunspecified\-text\fR };
dnssec\-accept\-expired \fIboolean\fR;
dnssec\-dnskey\-kskonly \fIboolean\fR;
- dnssec\-keys { \fIstring\fR ( static\-key |
- initial\-key | static\-ds | initial\-ds
- ) \fIinteger\fR \fIinteger\fR \fIinteger\fR
- \fIquoted_string\fR; \&.\&.\&. };
dnssec\-loadkeys\-interval \fIinteger\fR;
dnssec\-must\-be\-secure \fIstring\fR \fIboolean\fR;
dnssec\-secure\-to\-insecure \fIboolean\fR;
@@ -849,6 +845,10 @@ view \fIstring\fR [ \fIclass\fR ] {
transfer\-source\-v6 ( \fIipv6_address\fR | * ) [ port ( \fIinteger\fR | * )
] [ dscp \fIinteger\fR ];
trust\-anchor\-telemetry \fIboolean\fR; // experimental
+ trust\-anchors { \fIstring\fR ( static\-key |
+ initial\-key | static\-ds | initial\-ds
+ ) \fIinteger\fR \fIinteger\fR \fIinteger\fR
+ \fIquoted_string\fR; \&.\&.\&. };
trusted\-keys { \fIstring\fR
\fIinteger\fR \fIinteger\fR
\fIinteger\fR
@@ -1074,7 +1074,7 @@ zone \fIstring\fR [ \fIclass\fR ] {
.\}
.nf
dnssec\-policy \fIstring\fR {
- dnskey\-ttl \fIttlval\fR;
+ dnskey\-ttl \fIduration\fR;
keys { ( csk | ksk | zsk ) key\-directory lifetime \fIduration\fR algorithm \fIinteger\fR [ \fIinteger\fR ] ; \&.\&.\&. };
parent\-ds\-ttl \fIduration\fR;
parent\-propagation\-delay \fIduration\fR;
diff --git a/bin/named/named.conf.html b/bin/named/named.conf.html
index c23c10a5448..fba43fe8370 100644
--- a/bin/named/named.conf.html
+++ b/bin/named/named.conf.html
@@ -92,17 +92,7 @@ dlz
-dnssec-keys { string ( static-key |
- initial-key | static-ds | initial-ds )
- integer integer integer
- quoted_string; ... };
-
dyndb string quoted_string {
unspecified-text };
@@ -110,7 +100,7 @@ dyndb
key string {
algorithm string;
@@ -120,7 +110,7 @@ key
logging {
category string { string; ... };
@@ -141,8 +131,8 @@ logging
Deprecated - see DNSSEC-KEYS.
+Deprecated - see TRUST-ANCHORS.
managed-keys { string ( static-key
| initial-key | static-ds |
@@ -152,7 +142,7 @@ managed-keys
masters string [ port integer ] [ dscp
integer ] { ( masters | ipv4_address [
@@ -162,7 +152,7 @@ masters
options {
allow-new-zones boolean;
@@ -461,7 +451,7 @@ options
plugin ( query ) string [ { unspecified-text
} ];
@@ -469,7 +459,7 @@ plugin
server netprefix {
bogus boolean;
@@ -507,7 +497,7 @@ server
statistics-channels {
inet ( ipv4_address | ipv6_address |
@@ -518,9 +508,19 @@ statistics-channels
+trust-anchors { string ( static-key |
+ initial-key | static-ds | initial-ds )
+ integer integer integer
+ quoted_string; ... };
+
Deprecated - see DNSSEC-KEYS.
+Deprecated - see TRUST-ANCHORS.
trusted-keys { string integer
integer integer
@@ -600,10 +600,6 @@ view
dnsrps-options { unspecified-text };
dnssec-accept-expired boolean;
dnssec-dnskey-kskonly boolean;
- dnssec-keys { string ( static-key |
- initial-key | static-ds | initial-ds
- ) integer integer integer
- quoted_string; ... };
dnssec-loadkeys-interval integer;
dnssec-must-be-secure string boolean;
dnssec-secure-to-insecure boolean;
@@ -794,6 +790,10 @@ view
transfer-source-v6 ( ipv6_address | * ) [ port ( integer | * )
] [ dscp integer ];
trust-anchor-telemetry boolean; // experimental
+ trust-anchors { string ( static-key |
+ initial-key | static-ds | initial-ds
+ ) integer integer integer
+ quoted_string; ... };
trusted-keys { string
integer integer
integer
@@ -1012,7 +1012,7 @@ zone
dnssec-policy string {
- dnskey-ttl ttlval;
+ dnskey-ttl duration;
keys { ( csk | ksk | zsk ) key-directory lifetime duration algorithm integer [ integer ] ; ... };
parent-ds-ttl duration;
parent-propagation-delay duration;
diff --git a/bin/rndc/rndc.8 b/bin/rndc/rndc.8
index 18020ea2ece..555448cddce 100644
--- a/bin/rndc/rndc.8
+++ b/bin/rndc/rndc.8
@@ -516,7 +516,7 @@ timer\&.
\fBsecroots \fR\fB[\-]\fR\fB \fR\fB[\fIview \&.\&.\&.\fR]\fR
.RS 4
Dump the security roots (i\&.e\&., trust anchors configured via
-\fBdnssec\-keys\fR
+\fBtrust\-anchors\fR
statements, or the managed\-keys or trusted\-keys statements (both deprecated), or via
\fBdnssec\-validation auto\fR) and negative trust anchors for the specified views\&. If no view is specified, all views are dumped\&. Security roots will indicate whether they are configured as trusted keys, managed keys, or initializing managed keys (managed keys that have not yet been updated by a successful key refresh query)\&.
.sp
diff --git a/bin/rndc/rndc.html b/bin/rndc/rndc.html
index 762b283bfee..be8a4e3f603 100644
--- a/bin/rndc/rndc.html
+++ b/bin/rndc/rndc.html
@@ -654,7 +654,7 @@
Dump the security roots (i.e., trust anchors - configured via dnssec-keys statements, or the + configured via trust-anchors statements, or the managed-keys or trusted-keys statements (both deprecated), or via dnssec-validation auto) and negative trust anchors for the specified views. If no view is specified, all diff --git a/doc/arm/Bv9ARM.ch01.html b/doc/arm/Bv9ARM.ch01.html index 89df6f81143..8b6c4210ce6 100644 --- a/doc/arm/Bv9ARM.ch01.html +++ b/doc/arm/Bv9ARM.ch01.html @@ -614,6 +614,6 @@
BIND 9.15.6 (Development Release)
+BIND 9.15.7 (Development Release)