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:
@@ -8,6 +8,7 @@ dnssec-policy "default" {
|
||||
dnskey-ttl 3600;
|
||||
publish-safety 1h;
|
||||
retire-safety 1h;
|
||||
purge-keys P90D;
|
||||
|
||||
// Signature timings
|
||||
signatures-refresh 5d;
|
||||
|
||||
Reference in New Issue
Block a user