donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit d520ce3a6044a6316df3ab12b6c775500631f2ff
parent b201431617f117e9ea83f3630ac865634b4cbe41
Author: Florian Dold <florian@dold.me>
Date:   Thu, 25 Sep 2025 11:36:35 +0200

adjust config and paths

Diffstat:
Mdebian/donau.donau-secmod-rsa.service | 2+-
Msrc/util/donau-secmod-cs.conf | 8++------
Msrc/util/donau-secmod-rsa.conf | 8++------
3 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/debian/donau.donau-secmod-rsa.service b/debian/donau.donau-secmod-rsa.service @@ -8,7 +8,7 @@ User=donau-secmod-rsa Type=simple Restart=always RestartSec=100ms -ExecStart=/usr/bin/donau-secmod-rsa -c /etc/taler/taler.conf +ExecStart=/usr/bin/donau-secmod-rsa -c /etc/donau/donau.conf StandardOutput=journal StandardError=journal PrivateTmp=no diff --git a/src/util/donau-secmod-cs.conf b/src/util/donau-secmod-cs.conf @@ -1,11 +1,7 @@ [donau-secmod-cs] -# How long should generated coins overlap in their validity -# periods. Should be long enough to avoid problems with -# wallets picking one key and then due to network latency -# another key being valid. The DURATION_WITHDRAW period -# must be longer than this value. -OVERLAP_DURATION = 5 m +# Must always be zero for the donau cs secmod. +OVERLAP_DURATION = 0 # Where do we store the generated private keys. KEY_DIR = ${DONAU_DATA_HOME}secmod-cs/keys diff --git a/src/util/donau-secmod-rsa.conf b/src/util/donau-secmod-rsa.conf @@ -1,11 +1,7 @@ [donau-secmod-rsa] -# How long should generated coins overlap in their validity -# periods. Should be long enough to avoid problems with -# wallets picking one key and then due to network latency -# another key being valid. The DURATION_WITHDRAW period -# must be longer than this value. -OVERLAP_DURATION = 5 m +# Must always be zero for the donau rsa secmod. +OVERLAP_DURATION = 0 # Where do we store the generated private keys. KEY_DIR = ${DONAU_DATA_HOME}secmod-rsa/keys