[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated (8d01068 -> 20b546d)
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated (8d01068 -> 20b546d) |
Date: |
Tue, 05 Jan 2021 15:44:13 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a change to branch master
in repository deployment.
from 8d01068 backend URL
new 70bf09b don't call old exchange tools, adjust config name
new 20b546d start crypto helper processes
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
bin/taler-deployment-prepare | 18 ++----------------
bin/taler-deployment-start | 2 ++
taler-arm/taler-helper-crypto-eddsa.conf | 4 ++++
taler-arm/taler-helper-crypto-rsa.conf | 4 ++++
4 files changed, 12 insertions(+), 16 deletions(-)
create mode 100644 taler-arm/taler-helper-crypto-eddsa.conf
create mode 100644 taler-arm/taler-helper-crypto-rsa.conf
diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 9378c5b..633d1cb 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -73,7 +73,7 @@ esac
case $TALER_ENV_NAME in
demo|test|int|local)
EXCHANGE_PUB=$(gnunet-ecc -p
"$HOME/deployment/private-keys/${TALER_ENV_NAME}-exchange-master.priv")
- EXCHANGE_PRIV_FILE=$(taler-config -f -s exchange -o master_priv_file)
+ EXCHANGE_PRIV_FILE=$(taler-config -f -s exchange-offline -o
master_priv_file)
if [[ -e "$EXCHANGE_PRIV_FILE" ]]; then
EXCHANGE_PUB2=$(gnunet-ecc -p "$EXCHANGE_PRIV_FILE")
if [[ "$EXCHANGE_PUB" != "$EXCHANGE_PUB2" ]]; then
@@ -94,23 +94,9 @@ taler-auditor-exchange \
-m "$EXCHANGE_MASTER_PUB" \
-u "$(taler-config -s exchange -o base_url)" || true
-rm -f auditor.in
-taler-exchange-keyup -o auditor.in
-taler-auditor-sign -m "$EXCHANGE_MASTER_PUB" -r auditor.in -o auditor.out ||
true
-rm -f auditor.in auditor.out # we don't actually use the auditor's signatures
in the demo!
-
# Make configuration accessible to auditor
chmod 750 "$HOME/.config"
-##
-## Step 3: Sign the exchange's wire information
-##
-
-WIRE_RESPONSE=$(taler-config -s exchange-account-1 -o wire_response -f)
-
-taler-exchange-wire
-
-
##
## Step 4: Set up the bank
##
@@ -144,7 +130,7 @@ case $TALER_ENV_NAME in
;;
esac
-# Configure instances.
+# Configure merchant instances.
taler-deployment-arm -s
if taler-deployment-arm -I | grep "^taler-merchant" > /dev/null; then
echo "Merchant backend runs already, please call 'taler-config-instances'
manually"
diff --git a/bin/taler-deployment-start b/bin/taler-deployment-start
index a759934..2dba088 100755
--- a/bin/taler-deployment-start
+++ b/bin/taler-deployment-start
@@ -19,6 +19,8 @@ fi
taler-deployment-arm -s
taler-deployment-arm -i taler-exchange
+taler-deployment-arm -i taler-helper-crypto-eddsa
+taler-deployment-arm -i taler-helper-crypto-rsa
taler-deployment-arm -i taler-auditor
taler-deployment-arm -i taler-merchant
taler-deployment-arm -i taler-demobank
diff --git a/taler-arm/taler-helper-crypto-eddsa.conf
b/taler-arm/taler-helper-crypto-eddsa.conf
new file mode 100644
index 0000000..3d84f79
--- /dev/null
+++ b/taler-arm/taler-helper-crypto-eddsa.conf
@@ -0,0 +1,4 @@
+[taler-exchange]
+TYPE = simple
+BINARY = taler-helper-crypto-eddsa
+OPTIONS = -l $HOME/logs/crypto-eddsa-%Y-%m-%d.log
diff --git a/taler-arm/taler-helper-crypto-rsa.conf
b/taler-arm/taler-helper-crypto-rsa.conf
new file mode 100644
index 0000000..b47ea34
--- /dev/null
+++ b/taler-arm/taler-helper-crypto-rsa.conf
@@ -0,0 +1,4 @@
+[taler-exchange]
+TYPE = simple
+BINARY = taler-helper-crypto-rsa
+OPTIONS = -l $HOME/logs/crypto-rsa-%Y-%m-%d.log
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-deployment] branch master updated (8d01068 -> 20b546d),
gnunet <=