aboutsummaryrefslogtreecommitdiff
path: root/server/testdata/cmd/get-sth
blob: 90606338896f2c2a7655abb9db029444e20de87e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

set -eo pipefail
source config

info "fetching signed tree head"
curl -G $base_url/get-sth
newline
# TODO: try decoding and verifying signature