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.config8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/config/frontend-1.config b/test/config/frontend-1.config
index 2ae1904..585efd8 100644
--- a/test/config/frontend-1.config
+++ b/test/config/frontend-1.config
@@ -33,10 +33,10 @@
{storage_nodes, ["https://127.0.0.1:8081/ct/storage/"]},
{storage_nodes_quorum, 1},
{publickey_path, "publickeys"},
- {services, [ht, sign]},
- {log_private_key, "test/eckey.pem"},
+ {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"]},
@@ -52,6 +52,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"]}
]}
]}].