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/keystore_default.json | |
parent | 5485d7c6724a34db28c4da34386caa8d4059f11d (diff) |
Add knot config dir for local root, for testing.
Diffstat (limited to 'test/testdata/dnssec/local-root-knot/keystore_default.json')
-rw-r--r-- | test/testdata/dnssec/local-root-knot/keystore_default.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testdata/dnssec/local-root-knot/keystore_default.json b/test/testdata/dnssec/local-root-knot/keystore_default.json new file mode 100644 index 0000000..946479b --- /dev/null +++ b/test/testdata/dnssec/local-root-knot/keystore_default.json @@ -0,0 +1,4 @@ +{ + "backend": "pkcs8", + "config": "keys" +} |