]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add islands of trust to mkeys test
authorMark Andrews <marka@isc.org>
Wed, 9 Nov 2022 16:01:42 +0000 (16:01 +0000)
committerMark Andrews <marka@isc.org>
Mon, 13 Feb 2023 23:10:05 +0000 (10:10 +1100)
commit41bdb5b9fe10cae075cb27b417fdb4aa1c1538c4
treeb9c30361c979d0d43f5d0d95b09d9d1a5cebd7f4
parentfb7b7ac4959be1f8b038a6cb53a8ba823ee7f7da
Add islands of trust to mkeys test

This adds an island of trust that is reachable from the root
where the trust anchors are added to island.conf.

This add an island of trust that is not reachable from the root
where the trust anchors are added to private.conf.
15 files changed:
bin/tests/system/mkeys/clean.sh
bin/tests/system/mkeys/ns1/named1.conf.in
bin/tests/system/mkeys/ns1/named2.conf.in
bin/tests/system/mkeys/ns1/named3.conf.in
bin/tests/system/mkeys/ns1/root.db
bin/tests/system/mkeys/ns1/sign.sh
bin/tests/system/mkeys/ns1/sub.tld.db [new file with mode: 0644]
bin/tests/system/mkeys/ns1/tld.db [new file with mode: 0644]
bin/tests/system/mkeys/ns4/named.conf.in
bin/tests/system/mkeys/ns4/sign.sh [new file with mode: 0644]
bin/tests/system/mkeys/ns4/sub.foo.db [new file with mode: 0644]
bin/tests/system/mkeys/ns5/foo.db [new file with mode: 0644]
bin/tests/system/mkeys/ns5/named.conf.in
bin/tests/system/mkeys/setup.sh
bin/tests/system/mkeys/tests.sh