This commit is contained in:
parent
05cfa7a5b1
commit
122d91b79d
8 changed files with 89 additions and 73 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue