Change default of dnssec-dnskey-kskonly to yes
The extra RRSIG on DNSKEY, CDS and CDNSKEY RRsets add to the payload, without having added value.
This commit is contained in:
@@ -222,7 +222,7 @@ options {\n\
|
||||
check-srv-cname warn;\n\
|
||||
check-wildcard yes;\n\
|
||||
dialup no;\n\
|
||||
dnssec-dnskey-kskonly no;\n\
|
||||
dnssec-dnskey-kskonly yes;\n\
|
||||
dnssec-loadkeys-interval 60;\n\
|
||||
dnssec-secure-to-insecure no;\n\
|
||||
dnssec-update-mode maintain;\n\
|
||||
|
||||
@@ -40,6 +40,7 @@ zone "." {
|
||||
allow-query { any; };
|
||||
allow-update { any; };
|
||||
auto-dnssec maintain;
|
||||
dnssec-dnskey-kskonly no;
|
||||
};
|
||||
|
||||
include "trusted.conf";
|
||||
|
||||
@@ -253,6 +253,7 @@ zone "sync.example" {
|
||||
type primary;
|
||||
file "sync.example.db";
|
||||
allow-update { any; };
|
||||
dnssec-dnskey-kskonly no;
|
||||
auto-dnssec maintain;
|
||||
};
|
||||
|
||||
|
||||
@@ -117,6 +117,7 @@ zone "cds-x.secure" {
|
||||
|
||||
zone "cds-update.secure" {
|
||||
type primary;
|
||||
dnssec-dnskey-kskonly no;
|
||||
file "cds-update.secure.db.signed";
|
||||
allow-update { any; };
|
||||
};
|
||||
@@ -130,6 +131,7 @@ zone "cds-kskonly.secure" {
|
||||
|
||||
zone "cds-auto.secure" {
|
||||
type primary;
|
||||
dnssec-dnskey-kskonly no;
|
||||
file "cds-auto.secure.db.signed";
|
||||
auto-dnssec maintain;
|
||||
allow-update { any; };
|
||||
@@ -147,6 +149,7 @@ zone "cdnskey-x.secure" {
|
||||
|
||||
zone "cdnskey-update.secure" {
|
||||
type primary;
|
||||
dnssec-dnskey-kskonly no;
|
||||
file "cdnskey-update.secure.db.signed";
|
||||
allow-update { any; };
|
||||
};
|
||||
@@ -160,6 +163,7 @@ zone "cdnskey-kskonly.secure" {
|
||||
|
||||
zone "cdnskey-auto.secure" {
|
||||
type primary;
|
||||
dnssec-dnskey-kskonly no;
|
||||
file "cdnskey-auto.secure.db.signed";
|
||||
auto-dnssec maintain;
|
||||
allow-update { any; };
|
||||
|
||||
@@ -284,6 +284,7 @@ zone "publish-inactive.example" {
|
||||
type primary;
|
||||
file "publish-inactive.example.db";
|
||||
auto-dnssec maintain;
|
||||
dnssec-dnskey-kskonly no;
|
||||
update-policy local;
|
||||
};
|
||||
|
||||
|
||||
@@ -108,6 +108,7 @@ zone "externalkey" {
|
||||
type primary;
|
||||
inline-signing yes;
|
||||
auto-dnssec maintain;
|
||||
dnssec-dnskey-kskonly no;
|
||||
allow-update { any; };
|
||||
file "externalkey.db";
|
||||
};
|
||||
|
||||
@@ -48,4 +48,5 @@ zone "inline" {
|
||||
key-directory "external";
|
||||
auto-dnssec maintain;
|
||||
inline-signing yes;
|
||||
dnssec-dnskey-kskonly no;
|
||||
};
|
||||
|
||||
@@ -62,6 +62,7 @@ view "internal" {
|
||||
key-directory "internal";
|
||||
auto-dnssec maintain;
|
||||
inline-signing yes;
|
||||
dnssec-dnskey-kskonly no;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -94,5 +95,6 @@ view "external" {
|
||||
key-directory "external";
|
||||
auto-dnssec maintain;
|
||||
inline-signing yes;
|
||||
dnssec-dnskey-kskonly no;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -2218,7 +2218,7 @@ Boolean Options
|
||||
the remainder of the zone, but not the DNSKEY RRset. This is similar
|
||||
to the ``dnssec-signzone -x`` command-line option.
|
||||
|
||||
The default is ``no``. If ``update-check-ksk`` is set to ``no``, this
|
||||
The default is ``yes``. If ``update-check-ksk`` is set to ``no``, this
|
||||
option is ignored.
|
||||
|
||||
``try-tcp-refresh``
|
||||
|
||||
Reference in New Issue
Block a user