2018-03-15 21:32:45 -04:00
|
|
|
Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2016-06-27 00:56:38 -04:00
|
|
|
|
2018-03-15 21:32:45 -04:00
|
|
|
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
2018-02-23 03:53:12 -05:00
|
|
|
|
2018-10-05 15:00:42 -04:00
|
|
|
This is for testing RFC 5011 Automated Updates of DNSSEC Trust Anchors.
|
2015-02-05 20:18:15 -05:00
|
|
|
|
|
|
|
|
ns1 is the root server that offers new KSKs and hosts one record for
|
|
|
|
|
testing. The TTL for the zone's records is 2 seconds.
|
|
|
|
|
|
2018-10-05 15:00:42 -04:00
|
|
|
ns2 is a validator that uses managed keys. "-T mkeytimers=2/20/40"
|
2017-10-10 21:28:34 -04:00
|
|
|
is used so it will attempt do automated updates frequently. "-T tat=1"
|
|
|
|
|
is used so it will send TAT queries once per second.
|
2015-02-05 20:18:15 -05:00
|
|
|
|
2018-10-05 15:00:42 -04:00
|
|
|
ns3 is a validator with a broken initializing key in dnssec-keys.
|
2015-02-05 20:18:15 -05:00
|
|
|
|
2017-10-27 18:45:18 -04:00
|
|
|
ns4 is a validator with a deliberately broken managed-keys.bind and
|
|
|
|
|
managed-keys.jnl, causing RFC 5011 initialization to fail.
|
2015-02-05 20:18:15 -05:00
|
|
|
|
2017-10-27 18:45:18 -04:00
|
|
|
ns5 is a validator which is prevented from getting a response from the
|
|
|
|
|
root server, causing key refresh queries to fail.
|
2018-12-19 12:45:43 -05:00
|
|
|
|
|
|
|
|
ns6 is a validator which has unsupported algorithms, one at start up,
|
|
|
|
|
one because of an algorithm rollover.
|
2019-02-07 18:10:41 -05:00
|
|
|
|
|
|
|
|
ns7 is a validator with multiple views configured. It is used for
|
|
|
|
|
testing per-view rndc commands and checking interactions between options
|
|
|
|
|
related to and potentially affecting RFC 5011 processing.
|