summaryrefslogtreecommitdiff
path: root/test/config/frontend-1.config
diff options
context:
space:
mode:
Diffstat (limited to 'test/config/frontend-1.config')
-rw-r--r--test/config/frontend-1.config9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/config/frontend-1.config b/test/config/frontend-1.config
index 9d7e37c..8215027 100644
--- a/test/config/frontend-1.config
+++ b/test/config/frontend-1.config
@@ -8,6 +8,7 @@
{error_logger_mf_maxfiles, 10}]},
{catlfish,
[{known_roots_path, "known_roots"},
+ {sctcache_root_path, "tests/machine/machine-1/db/sctcache/"},
{https_servers,
[{external_https_api, "127.0.0.1", 8080, v1},
{frontend_https_api, "127.0.0.1", 8082, frontend}
@@ -30,10 +31,14 @@
{entryhash_root_path, "tests/machine/machine-1/db/entryhash/"},
{treesize_path, "tests/machine/machine-1/db/treesize"},
{indexforhash_root_path, "tests/machine/machine-1/db/certindex/"},
+ {sth_path, "tests/machine/machine-1/db/sth"},
{storage_nodes, ["https://127.0.0.1:8081/ct/storage/"]},
{storage_nodes_quorum, 1},
{publickey_path, "publickeys"},
+ {services, [ht]},
+ {log_public_key, "test/eckey-public.pem"},
{own_key, {"frontend-1", "privatekeys/frontend-1-private.pem"}},
+ {signing_node, "https://127.0.0.1:8088/ct/signing/"},
{allowed_clients, [{"/ct/frontend/sendentry", ["merge-1"]},
{"/ct/frontend/sendlog", ["merge-1"]},
{"/ct/frontend/sendsth", ["merge-1"]},
@@ -49,6 +54,8 @@
{"/ct/v1/get-roots", noauth}
]},
{allowed_servers, [{"/ct/storage/sendentry", ["storage-1"]},
- {"/ct/storage/entrycommitted", ["storage-1"]}
+ {"/ct/storage/entrycommitted", ["storage-1"]},
+ {"/ct/signing/sct", ["signing-1"]},
+ {"/ct/signing/sth", ["signing-1"]}
]}
]}].