diff options
Diffstat (limited to 'src/auditor/auditor.conf')
-rw-r--r-- | src/auditor/auditor.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/auditor/auditor.conf b/src/auditor/auditor.conf index f90d4dbb..81b9322f 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/ |