diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/catlfish-test-local-1.cfg | 1 | ||||
-rw-r--r-- | test/catlfish-test-local-merge-2.cfg | 1 | ||||
-rw-r--r-- | test/catlfish-test-local-merge.cfg | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/catlfish-test-local-1.cfg b/test/catlfish-test-local-1.cfg index fbd7e4b..2c5814d 100644 --- a/test/catlfish-test-local-1.cfg +++ b/test/catlfish-test-local-1.cfg @@ -14,6 +14,7 @@ publicaddresses: paths: configdir: . + trust_anchors_file: tests/trust_anchors knownroots: tests/known_roots https_certfile: tests/httpscert/httpscert-1.pem https_keyfile: tests/httpscert/httpskey-1.pem 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 diff --git a/test/catlfish-test-local-merge.cfg b/test/catlfish-test-local-merge.cfg index 766c872..0e2396d 100644 --- a/test/catlfish-test-local-merge.cfg +++ b/test/catlfish-test-local-merge.cfg @@ -7,4 +7,5 @@ paths: logpublickey: tests/keys/logkey.pem privatekeys: tests/privatekeys verifycert_bin: ../verifycert.erl + trust_anchors_file: tests/trust_anchors known_roots: tests/known_roots/ |