]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: test: Create trust anchors from isctest.kasp.Key
authorNicki Křížek <nicki@isc.org>
Thu, 27 Nov 2025 13:49:01 +0000 (14:49 +0100)
committerNicki Křížek <nicki@isc.org>
Thu, 27 Nov 2025 13:49:01 +0000 (14:49 +0100)
commitd2777a6e78040e38c0a4ea43b1b3cacd7dd9180c
tree6c1b9621c487523b42eec40695e7f036c8a02d17
parent1ede6683cd6d3e435579182807bf1eb561d4c930
parent2f2be20547f772459466c6695098e1649a7e8f82
new: test: Create trust anchors from isctest.kasp.Key

Add isctest.kasp.Key.into_ta() method which convert the key into DS /
DNSKEY trust anchor for BIND config. Add a shared template
trusted.conf.j2 which can be linked to in tests to create the trust
anchor configuration from trust anchor data returned from bootstrap()
function.

This is basically a python replacement for the keyfile_to_static_ds (and
friends) from the conf.sh shell framework.

Merge branch 'nicki/pytest-add-trust-anchor-template' into 'main'

See merge request isc-projects/bind9!11201