Add purge-keys config option

Add a new option 'purge-keys' to 'dnssec-policy' that will purge key
files for deleted keys. The option determines how long key files
should be retained prior to removing the corresponding files from
disk.

If set to 0, the option is disabled and 'named' will not remove key
files from disk.
This commit is contained in:
Matthijs Mekking
2021-02-08 12:02:19 +01:00
parent d4cb312555
commit 313de3a7e2
15 changed files with 75 additions and 5 deletions

View File

@@ -31,6 +31,7 @@ dnssec-policy <string> {
parent-ds-ttl <duration>;
parent-propagation-delay <duration>;
publish-safety <duration>;
purge-keys <duration>;
retire-safety <duration>;
signatures-refresh <duration>;
signatures-validity <duration>;