taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 4021b94d5310cbb8ed3f291d417feeaf8fe43a5f
parent 710ac31c96250c4797461a5afa2d1d269cfa18dd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  5 Mar 2023 21:10:35 +0100

somehow packaged taler-harness still has the bug

Diffstat:
Mnetzbon/setup-exchange.sh | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh @@ -143,6 +143,13 @@ taler-harness deployment gen-coin-config \ | sed -e "s/FEE_DEPOSIT = ${CURRENCY}:0.01/FEE_DEPOSIT = ${CURRENCY}:0/" \ > /etc/taler/conf.d/${CURRENCY}-coins.conf + +# FIXME-DOLD: this belongs with taler-harness +for SEC in `taler-config -c /etc/taler/conf.d/${CURRENCY}-coins.conf -S | grep COIN-` +do + taler-config -c /etc/taler/conf.d/${CURRENCY}-coins.conf -s $SEC -o CIPHER -V "RSA" +done + say "Initializing exchange database" sudo -u taler-exchange-httpd taler-exchange-dbinit -c /etc/taler/taler.conf