From b74612fc3362e64dcfb7eacad3602025ccfcf5ea Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 17 Dec 2020 13:04:37 +0100 Subject: update auditordb and test logic to work with new key separation logic (#6175) --- src/auditor/auditor.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/auditor/auditor.conf') diff --git a/src/auditor/auditor.conf b/src/auditor/auditor.conf index f90d4dbb0..81b9322fa 100644 --- a/src/auditor/auditor.conf +++ b/src/auditor/auditor.conf @@ -11,6 +11,10 @@ DB = postgres # Where do we store the auditor's private key? 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. +# PUBLIC_KEY = VALUE + # What is the Web site of the auditor (i.e. to file complaints about # a misbehaving exchange)? # AUDITOR_URL = https://auditor.taler.net/ -- cgit v1.2.3