taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 2e03169b957084fcce18960d96ae2f0926df01c4
parent 9f583cdf4398721185537db2df6d7aef3b409e7f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 24 Feb 2023 15:25:17 +0100

improve wget invocation to create target dir

Diffstat:
Mfrags/apt-install-taler-merchant.rst | 2+-
Mfrags/installing-debian.rst | 2+-
Mfrags/installing-ubuntu.rst | 2+-
Mtaler-exchange-manual.rst | 4++--
4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/frags/apt-install-taler-merchant.rst b/frags/apt-install-taler-merchant.rst @@ -3,7 +3,7 @@ To install the Taler merchant backend, you can now simply run: .. code-block:: console - # apt install taler-merchant + # apt install dbconfig-pgsql taler-merchant Note that the package does not complete the integration of the backend with the HTTP reverse proxy (typically with TLS certificates). A configuration diff --git a/frags/installing-debian.rst b/frags/installing-debian.rst @@ -15,7 +15,7 @@ into your keyring and update the package lists: .. code-block:: console - # wget -O /etc/apt/keyrings/taler-systems.gpg \ + # wget -P /etc/apt/keyrings/ \ https://taler.net/taler-systems.gpg # apt update diff --git a/frags/installing-ubuntu.rst b/frags/installing-ubuntu.rst @@ -16,7 +16,7 @@ into your keyring and update the package lists: .. code-block:: console - # wget -O /etc/apt/keyrings/taler-systems.gpg \ + # wget -P /etc/apt/keyrings/ \ https://taler.net/taler-systems.gpg # apt update diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst @@ -224,8 +224,8 @@ Online signing key security To provide an additional level of protection for the private *online* signing keys used by the exchange, the actual cryptographic signing operations are -performed by two helper processes, the ``taler-exchange-secmod-rsa`` and the -``taler-exchange-secmod-eddsa``. +performed by three helper processes, ``taler-exchange-secmod-rsa``, +``taler-exchange-secmod-cs`` and ``taler-exchange-secmod-eddsa``. The current implementation does not yet support the use of a hardware security module (HSM). If you have such a device with adequate functionality and are