diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-10-12 16:23:05 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-10-12 16:23:05 +0200 |
commit | 82a04210fd23a7962566b47caccc8e717a380118 (patch) | |
tree | cf513af8688f3aecba1ee8d9a65651621b0055b0 /src/auditor | |
parent | f6c99c78ff3b764f0eda7851ed9ca7f1f63fb5bc (diff) |
update private key files and harden checks for currency codes
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/auditor.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |