Update inline-signing checkconf code
When using automated DNSSEC management, it is required that the zone is dynamic, or that inline-signing is enabled (or both). Update the checkconf code to also allow inline-signing to be enabled within dnssec-policy.
This commit is contained in:
@@ -36,6 +36,7 @@ controls {
|
||||
};
|
||||
|
||||
dnssec-policy "zonechecks" {
|
||||
inline-signing no;
|
||||
keys {
|
||||
ksk key-directory lifetime unlimited algorithm @DEFAULT_ALGORITHM@;
|
||||
zsk key-directory lifetime unlimited algorithm @DEFAULT_ALGORITHM@;
|
||||
|
||||
Reference in New Issue
Block a user