diff options
author | Linus Nordberg <linus@nordu.net> | 2016-04-08 17:33:08 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-04-08 17:33:08 +0200 |
commit | e173e2a050caa21725b588757becb84b3c56460a (patch) | |
tree | 558c8537fc85aeede3102b8c59a4f45ae9ca0add /test/catlfish-test-local-merge-2.cfg | |
parent | ed60e7e384560e8581d16c218ca629a7555beb1e (diff) |
Get submitting and storing working.
Add README.dnssec.
Do start the dnssecport server.
Add config option 'trust_anchors_file'.
Pass correct data to validation server.
Change URL for submitting to match draft (add-rr-chain).
Make add-rr-chain take a base64-encoded string of RR's instead of JSON
list with one RR per entry.
TODO: Make the python tools know enough DNS to be able to verify SCT's
and such (i.e. 'make tests').
Diffstat (limited to 'test/catlfish-test-local-merge-2.cfg')
-rw-r--r-- | test/catlfish-test-local-merge-2.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/catlfish-test-local-merge-2.cfg b/test/catlfish-test-local-merge-2.cfg index 28c4eda..ebcc45b 100644 --- a/test/catlfish-test-local-merge-2.cfg +++ b/test/catlfish-test-local-merge-2.cfg @@ -8,6 +8,7 @@ nodename: merge-2 paths: configdir: . + trust_anchors_file: tests/trust_anchors knownroots: tests/known_roots mergedb: tests/mergedb-secondary https_certfile: tests/httpscert/httpscert-1.pem |