diff options
author | Linus Nordberg <linus@nordu.net> | 2016-04-07 16:23:00 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-04-07 16:23:00 +0200 |
commit | ed60e7e384560e8581d16c218ca629a7555beb1e (patch) | |
tree | bc2f205006f40ab99b1d0390efdd70afc0f00d1c /test/testdata/dnssec/local-root-knot/policy_default.json | |
parent | 5485d7c6724a34db28c4da34386caa8d4059f11d (diff) |
Add knot config dir for local root, for testing.
Diffstat (limited to 'test/testdata/dnssec/local-root-knot/policy_default.json')
-rw-r--r-- | test/testdata/dnssec/local-root-knot/policy_default.json | 15 |
1 files changed, 15 insertions, 0 deletions
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 +} |