bind9/bin/tests/system/dnssec
Evan Hunt 553ead32ff 2636. [func] Simplify zone signing and key maintenance with the
dnssec-* tools.  Major changes:
			- all dnssec-* tools now take a -K option to
			  specify a directory in which key files will be
			  stored
			- DNSSEC can now store metadata indicating when
			  they are scheduled to be published, acttivated,
			  revoked or removed; these values can be set by
			  dnssec-keygen or overwritten by the new
			  dnssec-settime command
			- dnssec-signzone -S (for "smart") option reads key
			  metadata and uses it to determine automatically
			  which keys to publish to the zone, use for
			  signing, revoke, or remove from the zone
			[RT #19816]
2009-07-19 04:18:05 +00:00
..
ns1 2636. [func] Simplify zone signing and key maintenance with the 2009-07-19 04:18:05 +00:00
ns2 2636. [func] Simplify zone signing and key maintenance with the 2009-07-19 04:18:05 +00:00
ns3 update copyright notice 2009-06-04 02:56:47 +00:00
ns4 update copyright notice 2007-06-18 23:47:57 +00:00
ns5 update copyright notice 2007-06-19 23:47:24 +00:00
ns6 update copyright notice 2007-06-18 23:47:57 +00:00
ns7 update copyright notice 2008-09-25 04:02:39 +00:00
clean.sh update copyright notice 2008-09-25 04:02:39 +00:00
dnssec_update_test.pl update copyright notice 2007-06-19 23:47:24 +00:00
prereq.sh update copyright notice 2009-03-02 23:47:43 +00:00
README update copyright notice 2004-03-05 05:14:21 +00:00
setup.sh update copyright notice 2009-03-02 23:47:43 +00:00
tests.sh update copyright notice 2008-09-25 04:02:39 +00:00

Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
Copyright (C) 2000-2002  Internet Software Consortium.
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.

$Id: README,v 1.8 2004/03/05 05:00:08 marka Exp $

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.

ns5 is a caching-only server, configured with the an incorrect trusted
key for the root.  It is used for testing failure cases.