donau

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

commit b201431617f117e9ea83f3630ac865634b4cbe41
parent 395c5571946173ded0231e504be14110bac4932f
Author: Florian Dold <florian@dold.me>
Date:   Thu, 25 Sep 2025 11:29:52 +0200

debian: adjust paths to match debian installation

Diffstat:
Msrc/donau/donau.conf | 6+++---
Msrc/util/donau-secmod-cs.conf | 8++++----
Msrc/util/donau-secmod-eddsa.conf | 8++++----
Msrc/util/donau-secmod-rsa.conf | 8++++----
4 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/donau/donau.conf b/src/donau/donau.conf @@ -39,7 +39,7 @@ SERVE = tcp # Unix domain socket to listen on, # only effective with "SERVE = unix" -UNIXPATH = ${TALER_RUNTIME_DIR}/donau-httpd/donau-http.sock +UNIXPATH = ${DONAU_RUNTIME_DIR}/httpd/http.sock UNIXPATH_MODE = 660 # HTTP port the donau listens to @@ -54,13 +54,13 @@ PORT = 8081 BASE_URL = http://localhost:8081/ # Directory with our terms of service. -TERMS_DIR = $TALER_DATA_HOME/terms/ +TERMS_DIR = $DONAU_DATA_HOME/terms/ # Etag / filename for the terms of service. TERMS_ETAG = donau-tos-v0 # Directory with our privacy policy. -PRIVACY_DIR = $TALER_DATA_HOME/terms/ +PRIVACY_DIR = $DONAU_DATA_HOME/terms/ # Etag / filename for the privacy policy. PRIVACY_ETAG = donau-pp-v0 diff --git a/src/util/donau-secmod-cs.conf b/src/util/donau-secmod-cs.conf @@ -8,16 +8,16 @@ OVERLAP_DURATION = 5 m # Where do we store the generated private keys. -KEY_DIR = ${DONAU_DATA_HOME}donau-secmod-cs/keys +KEY_DIR = ${DONAU_DATA_HOME}secmod-cs/keys # Where does the helper listen for requests? -UNIXPATH = ${DONAU_RUNTIME_DIR}donau-secmod-cs/server.sock +UNIXPATH = ${DONAU_RUNTIME_DIR}secmod-cs/server.sock # Directory for clients. -CLIENT_DIR = ${DONAU_RUNTIME_DIR}donau-secmod-cs/clients +CLIENT_DIR = ${DONAU_RUNTIME_DIR}secmod-cs/clients # Where should the security module store its own private key? -SM_PRIV_KEY = ${DONAU_DATA_HOME}donau-secmod-cs/secmod-private-key +SM_PRIV_KEY = ${DONAU_DATA_HOME}secmod-cs/secmod-private-key # For how long into the future do we pre-generate keys? LOOKAHEAD_SIGN = 2 year diff --git a/src/util/donau-secmod-eddsa.conf b/src/util/donau-secmod-eddsa.conf @@ -8,16 +8,16 @@ OVERLAP_DURATION = 5m # Where do we store the generated private keys. -KEY_DIR = ${DONAU_DATA_HOME}donau-secmod-eddsa/keys +KEY_DIR = ${DONAU_DATA_HOME}secmod-eddsa/keys # Where does the helper listen for requests? -UNIXPATH = ${DONAU_RUNTIME_DIR}donau-secmod-eddsa/server.sock +UNIXPATH = ${DONAU_RUNTIME_DIR}secmod-eddsa/server.sock # Directory for clients. -CLIENT_DIR = ${DONAU_RUNTIME_DIR}donau-secmod-eddsa/clients +CLIENT_DIR = ${DONAU_RUNTIME_DIR}secmod-eddsa/clients # Where should the security module store its own private key? -SM_PRIV_KEY = ${DONAU_DATA_HOME}donau-secmod-eddsa/secmod-private-key +SM_PRIV_KEY = ${DONAU_DATA_HOME}secmod-eddsa/secmod-private-key # For how long into the future do we pre-generate keys? LOOKAHEAD_SIGN = 2 year diff --git a/src/util/donau-secmod-rsa.conf b/src/util/donau-secmod-rsa.conf @@ -8,16 +8,16 @@ OVERLAP_DURATION = 5 m # Where do we store the generated private keys. -KEY_DIR = ${DONAU_DATA_HOME}donau-secmod-rsa/keys +KEY_DIR = ${DONAU_DATA_HOME}secmod-rsa/keys # Where does the helper listen for requests? -UNIXPATH = ${DONAU_RUNTIME_DIR}donau-secmod-rsa/server.sock +UNIXPATH = ${DONAU_RUNTIME_DIR}secmod-rsa/server.sock # Directory for clients. -CLIENT_DIR = ${DONAU_RUNTIME_DIR}donau-secmod-rsa/clients +CLIENT_DIR = ${DONAU_RUNTIME_DIR}secmod-rsa/clients # Where should the security module store its own private key? -SM_PRIV_KEY = ${DONAU_DATA_HOME}donau-secmod-rsa/secmod-private-key +SM_PRIV_KEY = ${DONAU_DATA_HOME}secmod-rsa/secmod-private-key # For how long into the future do we pre-generate keys? LOOKAHEAD_SIGN = 2 year