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

set -eo pipefail
source config

info "downloading trust anchors"
curl -G $base_url/get-anchors
newline