summaryrefslogtreecommitdiff
path: root/taler-auditor-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-auditor-manual.rst')
-rw-r--r--taler-auditor-manual.rst37
1 files changed, 34 insertions, 3 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 3fe835c9..c6d73c0e 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -209,13 +209,31 @@ To install the Taler auditor, you can now simply run:
.. code-block:: console
- # apt install taler-auditor
+ # apt install -t sid taler-auditor
For the auditor, you must manually configure access to the exchange database,
the HTTP reverse proxy (typically with TLS certificates) and offline signing.
Sample configuration files for the HTTP reverse proxy can be found in
-``/etc/taler-exchange/``.
+``/etc/taler-auditor/``.
+
+
+Installing the GNU Taler binary packages on Ubuntu
+--------------------------------------------------
+
+.. include:: frags/installing-ubuntu.rst
+
+To install the Taler exchange, you can now simply run:
+
+.. code-block:: console
+
+ # apt install -t focal-fossa taler-auditor
+
+For the auditor, you must manually configure access to the exchange database,
+the HTTP reverse proxy (typically with TLS certificates) and offline signing.
+
+Sample configuration files for the HTTP reverse proxy can be found in
+``/etc/taler-auditor/``.
Configuration
@@ -232,6 +250,19 @@ This section discusses configuration options related to the auditor.
.. include:: frags/using-taler-config.rst
+.. _SetupBaseUrl:
+
+Initial configuration
+---------------------
+
+You need to tell the Taler auditor configuration where the
+REST API of the auditor will be available to the public:
+
+.. code-block:: console
+
+ # taler-config -s auditor -o BASE_URL -V https://auditor.example.com/
+
+
.. _AuditorKeys:
Keys
@@ -294,7 +325,7 @@ choosing the backend, it is mandatory to supply the connection string
- via an environment variable: ``TALER_AUDITORDB_POSTGRES_CONFIG``.
-- via configuration option ``CONFIG``, under section ``[auditordb-BACKEND]``.
+- via configuration option ``CONFIG``, under section ``[auditordb-$BACKEND]``.
For example, the demo exchange is configured as follows:
.. code-block:: ini