aboutsummaryrefslogtreecommitdiff
path: root/integration
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2022-04-29 15:31:45 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-04-29 22:16:22 +0200
commit203e2144f67269e879716e6406bb78e8e3728938 (patch)
treefed67be13cb7dfe903eb61c2d9f87ea3333f4ee5 /integration
parentcb5c579ae46ee0570f2f32408e0427f989bd33ab (diff)
change verification_key to public_key
Issue: #40
Diffstat (limited to 'integration')
-rwxr-xr-xintegration/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/test.sh b/integration/test.sh
index 7ba9dc9..3bc967c 100755
--- a/integration/test.sh
+++ b/integration/test.sh
@@ -365,7 +365,7 @@ function test_add_leaf() {
echo "message=$(openssl dgst -binary <(echo $1) | base16)" >> $log_dir/req
echo "signature=$(echo $1 |
sigsum-debug leaf sign -k $cli_priv -h $ssrv_shard_start)" >> $log_dir/req
- echo "verification_key=$cli_pub" >> $log_dir/req
+ echo "public_key=$cli_pub" >> $log_dir/req
echo "domain_hint=$cli_domain_hint" >> $log_dir/req
cat $log_dir/req |
curl -s -w "%{http_code}" --data-binary @- $log_url/add-leaf \