commit ef6d29d76deb16d0ecd1aa874baa3f58463115f4
parent 778ad61d3e44f427eceee65bd9f29e670f0728ba
Author: Florian Dold <florian@dold.me>
Date: Wed, 21 May 2025 21:39:27 +0200
new glstest pubkey
Diffstat:
4 files changed, 2 insertions(+), 29 deletions(-)
diff --git a/inventories/host_vars/fdold-acai-gls/test-public.yml b/inventories/host_vars/fdold-acai-gls/test-public.yml
@@ -10,7 +10,7 @@ use_ebics: true
# Use externally created EBICS keys.
ebics_keys_external: true
# Main domain name.
-DOMAIN_NAME: "glstest.fdold.eu"
+DOMAIN_NAME: "glstest.taler.net"
# High-level kind of deployment.
# Other customizations depend on this.
# Can be "gls" or "tops" (later: "magnet")
@@ -33,7 +33,7 @@ CURRENCY_ROUND_UNIT: "EUR:0.01"
# Base URL of the exchange REST API
EXCHANGE_BASE_URL: "https://exchange.{{ DOMAIN_NAME }}/"
# Exchange offline master public key.
-EXCHANGE_MASTER_PUB: X84658KACCBRWMM7FS3TGGRZB0NFF6TWMMXDVCQG46WW84S40SVG
+EXCHANGE_MASTER_PUB: ABSERA9GY2RV0G12RZYTZ11WMG81ZRT8S9DTQJ8JNXXE5RXAKBF0
# URL with merchants accepting this exchange.
EXCHANGE_SHOPPING_URL: "https://shops.taler.gls.de/"
# Name of Terms of service resource file
diff --git a/testing-offline/fdold-acai-gls-master.priv b/testing-offline/fdold-acai-gls-master.priv
@@ -1 +0,0 @@
-ʮb ̊扴Y9r,j*
-\ No newline at end of file
diff --git a/testing-offline/fdold-acai-gls.conf b/testing-offline/fdold-acai-gls.conf
@@ -1,7 +0,0 @@
-[exchange]
-CURRENCY = EUR
-BASE_URL = https://exchange.glstest.fdold.eu/
-
-[exchange-offline]
-MASTER_PRIV_FILE = fdold-acai-gls-master.priv
-SECM_TOFU_FILE = /tmp/fdold-acaci-gls-tofu.pub
diff --git a/testing-offline/fdold-acai-gls.sh b/testing-offline/fdold-acai-gls.sh
@@ -1,18 +0,0 @@
-#!/usr/bin/env bash
-
-set -eu
-set -x
-
-SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
-
-taler-exchange-offline -c "$SCRIPT_DIR/fdold-acai-gls.conf" \
- download sign upload
-
-taler-exchange-offline -c "$SCRIPT_DIR/fdold-acai-gls.conf" \
- wire-fee 2025 iban EUR:0 EUR:0 \
- global-fee 2025 EUR:0 EUR:0 EUR:0 "1 d" "1 year" 1000 \
- wire-fee 2026 iban EUR:0 EUR:0 \
- global-fee 2026 EUR:0 EUR:0 EUR:0 "1 d" "1 year" 1000 \
- enable-account 'payto://iban/DE88430609678937360305?receiver-name=GLS+Taler%2FVerrechnungskonto' \
- upload
-