From 82a04210fd23a7962566b47caccc8e717a380118 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 12 Oct 2023 16:23:05 +0200 Subject: update private key files and harden checks for currency codes --- src/auditor/auditor.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/auditor/auditor.conf') diff --git a/src/auditor/auditor.conf b/src/auditor/auditor.conf index 5ec703465..3c04d196f 100644 --- a/src/auditor/auditor.conf +++ b/src/auditor/auditor.conf @@ -9,7 +9,7 @@ DB = postgres #TINY_AMOUNT = KUDOS:0.01 # Where do we store the auditor's private key? -AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}/auditor/offline-keys/auditor.priv +AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}auditor/offline-keys/auditor.priv # What is the public key of this auditor? Used for processes that # verify auditor's signatures but have no access to the private key. @@ -26,7 +26,7 @@ SERVE = tcp # Unix domain socket to listen on, # only effective with "SERVE = unix" -UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http +UNIXPATH = ${TALER_RUNTIME_DIR}exchange.http UNIXPATH_MODE = 660 # HTTP port the auditor listens to -- cgit v1.2.3