mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
test: merge config sections
This commit is contained in:
parent
45b2bf0efc
commit
b4f17b07cf
@ -29,9 +29,9 @@ submission:
|
||||
check-interval: 2s
|
||||
parent: [parent_zone_server]
|
||||
|
||||
# Auto ZSK/KSK rollover for DNSSEC-enabled zones + pushing the respective DS
|
||||
# records to the parent zone
|
||||
policy:
|
||||
# Auto ZSK/KSK rollover for DNSSEC-enabled zones + pushing the respective DS
|
||||
# records to the parent zone
|
||||
- id: auto_rollover
|
||||
algorithm: ECDSAP256SHA256
|
||||
cds-cdnskey-publish: always
|
||||
@ -43,8 +43,7 @@ policy:
|
||||
zone-max-ttl: 1s
|
||||
zsk-lifetime: 60d
|
||||
|
||||
# Same as auto_rollover, but with NSEC3 turned on
|
||||
policy:
|
||||
# Same as auto_rollover, but with NSEC3 turned on
|
||||
- id: auto_rollover_nsec3
|
||||
algorithm: ECDSAP256SHA256
|
||||
cds-cdnskey-publish: always
|
||||
@ -58,17 +57,15 @@ policy:
|
||||
zone-max-ttl: 1s
|
||||
zsk-lifetime: 60d
|
||||
|
||||
policy:
|
||||
- id: untrusted
|
||||
cds-cdnskey-publish: none
|
||||
|
||||
# Manual ZSK/KSK management
|
||||
policy:
|
||||
# Manual ZSK/KSK management
|
||||
- id: manual
|
||||
manual: on
|
||||
|
||||
# Sign everything by default and propagate the respective DS records to the parent
|
||||
template:
|
||||
# Sign everything by default and propagate the respective DS records to the parent
|
||||
- id: default
|
||||
acl: update_acl
|
||||
dnssec-policy: auto_rollover
|
||||
@ -77,8 +74,7 @@ template:
|
||||
semantic-checks: on
|
||||
storage: "/var/lib/knot/zones"
|
||||
|
||||
# A template for unsigned zones (i.e. without DNSSEC)
|
||||
template:
|
||||
# A template for unsigned zones (i.e. without DNSSEC)
|
||||
- id: unsigned
|
||||
dnssec-signing: off
|
||||
file: "%s.zone"
|
||||
|
Loading…
x
Reference in New Issue
Block a user