auditor-sign keys generated due to revocations
This commit is contained in:
parent
51bdfab935
commit
394765a1e6
@ -154,7 +154,10 @@ echo "Revoking denomination ${rd} (to affect coin ${rc})"
|
||||
export susp=$(echo "$coins" | jq --arg rc "$rc" '[.coins[] | select(.coin_pub != $rc) | .coin_pub]')
|
||||
|
||||
# Do the revocation
|
||||
taler-exchange-keyup -c $CONF -r $rd
|
||||
taler-exchange-keyup -o e2a2.dat -c $CONF -r $rd
|
||||
taler-auditor-sign -c $CONF -u $AUDITOR_URL -r e2a2.dat -o a2e2.dat -m $MASTER_PUB
|
||||
rm e2a2.dat
|
||||
mv a2e2.dat $ABD
|
||||
|
||||
# Restart the exchange...
|
||||
kill -SIGUSR1 $EXCHANGE_PID
|
||||
@ -233,7 +236,10 @@ export susp=$(echo "$coins" | jq --arg freshc "$freshc" '[.coins[] | select(.coi
|
||||
|
||||
# Do the revocation of freshc
|
||||
echo "Revoking ${fresh_denom} (to affect coin ${freshc})"
|
||||
taler-exchange-keyup -c $CONF -r $fresh_denom
|
||||
taler-exchange-keyup -c $CONF -o e2a3.dat -r $fresh_denom
|
||||
taler-auditor-sign -c $CONF -u $AUDITOR_URL -r e2a3.dat -o a2e3.dat -m $MASTER_PUB
|
||||
rm e2a3.dat
|
||||
mv a2e3.dat $ABD
|
||||
|
||||
# Restart the exchange...
|
||||
kill -SIGUSR1 $EXCHANGE_PID
|
||||
|
@ -1 +1 @@
|
||||
1585243926
|
||||
1585247241
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
NNH07CN3XZ7NF5825YP5MH5VTZCY7SE87J5WRZGNWGAEY3SV7C6G
|
||||
NG08W20XYEN3M663JQ0THGSRH2QT7Y3390933FVSZE033Q9A9XE0
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user