diff options
Diffstat (limited to 'integration/test.sh')
-rwxr-xr-x | integration/test.sh | 2 |
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 \ |