]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add purge-keys config option
authorMatthijs Mekking <matthijs@isc.org>
Mon, 8 Feb 2021 11:02:19 +0000 (12:02 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 23 Feb 2021 08:16:48 +0000 (09:16 +0100)
commit313de3a7e2f3cb85c7c9ba4e96905aa7ea4373dc
tree1a0d0778fde1cc109a7c89d8bcc1f201c4a91abf
parentd4cb312555b69c9e513e9404f67d5646819f5e7b
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.
15 files changed:
bin/named/named.conf.rst
bin/tests/system/checkconf/good.conf
doc/arm/reference.rst
doc/design/dnssec-policy
doc/dnssec-guide/signing.rst
doc/man/named.conf.5in
doc/misc/dnssec-policy.default.conf
doc/misc/dnssec-policy.grammar.rst
doc/misc/options
doc/misc/options.active
lib/dns/include/dns/kasp.h
lib/dns/kasp.c
lib/dns/win32/libdns.def.in
lib/isccfg/kaspconf.c
lib/isccfg/namedconf.c