From 203e2144f67269e879716e6406bb78e8e3728938 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 29 Apr 2022 15:31:45 +0200 Subject: change verification_key to public_key Issue: #40 --- integration/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration/test.sh') 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 \ -- cgit v1.2.3