From e0f11a58033d52c70bc76b4b5611cb88485d4653 Mon Sep 17 00:00:00 2001
From: Magnus Ahltorp <map@kth.se>
Date: Wed, 4 Mar 2015 15:42:59 +0100
Subject: Save STH instead of calculating a new one each time.

---
 test/config/frontend-1.config | 1 +
 test/config/signing-1.config  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

(limited to 'test')

diff --git a/test/config/frontend-1.config b/test/config/frontend-1.config
index 585efd8..e7e8af2 100644
--- a/test/config/frontend-1.config
+++ b/test/config/frontend-1.config
@@ -30,6 +30,7 @@
    {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"},
diff --git a/test/config/signing-1.config b/test/config/signing-1.config
index 189843b..a11bdeb 100644
--- a/test/config/signing-1.config
+++ b/test/config/signing-1.config
@@ -30,6 +30,6 @@
    {log_public_key, "test/eckey-public.pem"},
    {own_key, {"signing-1", "privatekeys/signing-1-private.pem"}},
    {allowed_clients, [{"/ct/signing/sct", ["frontend-1"]},
-                      {"/ct/signing/sth", ["frontend-1", "merge-1"]}
+                      {"/ct/signing/sth", ["merge-1"]}
                      ]}
   ]}].
-- 
cgit v1.1