This commit is contained in:
swrup 2026-02-25 20:12:13 +01:00
parent 05cfa7a5b1
commit 122d91b79d
8 changed files with 89 additions and 73 deletions

View file

@ -46,12 +46,16 @@ offline_tool enable-auditor \
--output $b \
--auditor_url "auditor.example.com" \
--auditor_name "auditor example" \
--auditor_pub $auditor_pub \
--validity_start 0
--auditor_pub $auditor_pub
offline_tool upload --input $b --url $url"/management/auditors"
echo "[OK] /management/auditors"
# todo test disable auditor
offline_tool disable-auditor \
--master_key $master_key \
--output $b \
--auditor_pub $auditor_pub
offline_tool upload --input $b --url $url"/management/auditors/"$auditor_pub"/disable"
echo "[OK] /management/auditors/\$AUDITOR_PUB/disable"
offline_tool wire-fee \
--master_key $master_key \