]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: usr: Support for Offline KSK implemented
authorMatthijs Mekking <matthijs@isc.org>
Thu, 22 Aug 2024 07:15:00 +0000 (07:15 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 22 Aug 2024 07:15:00 +0000 (07:15 +0000)
commitbfa206beeccabb7d9ba4912edd98d4223b9e6556
tree97d54145b2880fc0542298a6b80a3ccde6c0ab42
parent2299aba5c20b152c8f06ed8ec485ec1630b97159
parentd504f4f20b29d2fdef8015b79843f939cf036938
new: usr: Support for Offline KSK implemented

Add a new configuration option `offline-ksk` to enable Offline KSK key management. Signed Key Response (SKR) files created with `dnssec-ksr` (or other program) can now be imported into `named` with the new `rndc skr -import` command. Rather than creating new DNSKEY, CDS and CDNSKEY records and generating signatures covering these types, these records are loaded from the currently active bundle from the imported SKR.

The implementation is loosely based on: https://www.iana.org/dnssec/archive/files/draft-icann-dnssec-keymgmt-01.txt

Closes #1128

Merge branch '1128-offline-ksk-rndc-import-skr' into 'main'

Closes #1128

See merge request isc-projects/bind9!9119