diff options
author | Magnus Ahltorp <map@kth.se> | 2015-03-01 13:33:08 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-03-01 13:33:08 +0100 |
commit | 22b4bb12df2afc9b99ba3b790eff35973ccc629c (patch) | |
tree | ee93805c0126ac9b64a4d688041f2ed7fbc3b977 /test/config/frontend-1.config | |
parent | 4558ede163d97b6a744feefbd1184ed3b0c7d360 (diff) |
Make sign and ht optional processes. Move sign args to config.
Diffstat (limited to 'test/config/frontend-1.config')
-rw-r--r-- | test/config/frontend-1.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/config/frontend-1.config b/test/config/frontend-1.config index 9d7e37c..2ae1904 100644 --- a/test/config/frontend-1.config +++ b/test/config/frontend-1.config @@ -33,6 +33,9 @@ {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"}, + {log_public_key, "test/eckey-public.pem"}, {own_key, {"frontend-1", "privatekeys/frontend-1-private.pem"}}, {allowed_clients, [{"/ct/frontend/sendentry", ["merge-1"]}, {"/ct/frontend/sendlog", ["merge-1"]}, |