From ed60e7e384560e8581d16c218ca629a7555beb1e Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 7 Apr 2016 16:23:00 +0200 Subject: Add knot config dir for local root, for testing. --- test/testdata/dnssec/local-root-knot/policy_default.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/testdata/dnssec/local-root-knot/policy_default.json (limited to 'test/testdata/dnssec/local-root-knot/policy_default.json') diff --git a/test/testdata/dnssec/local-root-knot/policy_default.json b/test/testdata/dnssec/local-root-knot/policy_default.json new file mode 100644 index 0000000..12ecc36 --- /dev/null +++ b/test/testdata/dnssec/local-root-knot/policy_default.json @@ -0,0 +1,15 @@ +{ + "keystore": "default", + "manual": false, + "algorithm": 13, + "ksk_size": 256, + "zsk_size": 256, + "dnskey_ttl": 1200, + "zsk_lifetime": 2592000, + "rrsig_lifetime": 1209600, + "rrsig_refresh_before": 604800, + "nsec3_enabled": false, + "soa_minimal_ttl": 0, + "zone_maximal_ttl": 0, + "propagation_delay": 3600 +} -- cgit v1.1