From 06bc083413649ab702788657babebd80478a39f0 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 21 Jun 2000 18:16:12 +0000 Subject: [PATCH] added README file explaining the roles of the various dnssec test servers --- bin/tests/system/dnssec/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bin/tests/system/dnssec/README diff --git a/bin/tests/system/dnssec/README b/bin/tests/system/dnssec/README new file mode 100644 index 0000000000..fef0827159 --- /dev/null +++ b/bin/tests/system/dnssec/README @@ -0,0 +1,12 @@ + +The test setup for the DNSSEC tests has a secure root. + +ns1 is the root server. + +ns2 and ns3 are authoritative servers for the various test domains. + +ns4 is a caching-only server, configured with the correct trusted key +for the root. + +ns4 is a caching-only server, configured with the an incorrect trusted +key for the root. It is used for testing failure cases.