summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taler-auditor-manual.rst20
-rw-r--r--taler-exchange-manual.rst2
2 files changed, 5 insertions, 17 deletions
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 9eac6f9a..6b040dbb 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -209,27 +209,13 @@ To install the Taler auditor, you can now simply run:
.. code-block:: console
- # apt install taler-exchange
-
-Note that Taler auditor is part of the ``taler-exchange`` package.
-The package sets up the various users and the systemd service scripts
-for an exchange, which will not be needed for an auditor. Simply do not
-enable the taler-exchange-httpd service and this should be harmless.
-
-.. note::
-
- In the future, we plan to split the package and have a separate
- ``taler-auditor`` package.
+ # apt install 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.
-.. note::
-
- The current package does not setup a user for the ``taler-auditor-httpd``
- and includes no provisions for the reverse proxy configuration.
- This should change in a future release.
-
+Sample configuration files for the HTTP reverse proxy can be found in
+``/etc/taler-exchange/``.
Configuration
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 5505cf53..04213deb 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -316,6 +316,8 @@ configure at least the database, HTTP reverse proxy (typically with TLS
certificates), denomination and fee structure, bank account, auditor(s),
offline signing and the terms of service.
+Sample configuration files for the HTTP reverse proxy can be found in
+``/etc/taler-exchange/``.
Configuration