aboutsummaryrefslogtreecommitdiff
path: root/integration/test.sh
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2022-05-05 22:42:56 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-05-05 22:43:13 +0200
commitf7aac347caf5e2aaa91921102ebed158b8ba9c27 (patch)
tree659a523f145e4ca61c1223e0d55ab0899bc42548 /integration/test.sh
parent7b8e4c899e0be8abe2b0772b9b7947e750b343b5 (diff)
read key from file
Diffstat (limited to 'integration/test.sh')
-rwxr-xr-xintegration/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/test.sh b/integration/test.sh
index 3bc967c..986add7 100755
--- a/integration/test.sh
+++ b/integration/test.sh
@@ -103,7 +103,7 @@ function sigsum_setup() {
-prefix=$ssrv_prefix\
-trillian_id=$ssrv_tree_id\
-shard_interval_start=$ssrv_shard_start\
- -key=$ssrv_priv\
+ -key=<(echo $ssrv_priv)\
-witnesses=$ssrv_witnesses\
-interval=$ssrv_interval\
-http_endpoint=$ssrv_endpoint\