gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: improve wget invocation to create ta


From: gnunet
Subject: [taler-docs] branch master updated: improve wget invocation to create target dir
Date: Fri, 24 Feb 2023 15:25:20 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 2e03169  improve wget invocation to create target dir
2e03169 is described below

commit 2e03169b957084fcce18960d96ae2f0926df01c4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Feb 24 15:25:17 2023 +0100

    improve wget invocation to create target dir
---
 frags/apt-install-taler-merchant.rst | 2 +-
 frags/installing-debian.rst          | 2 +-
 frags/installing-ubuntu.rst          | 2 +-
 taler-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
index d9605f7..9d98d9c 100644
--- 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
index 681db63..ceb2043 100644
--- 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
index 4700e44..c44e18b 100644
--- 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
index bdbc3ef..4142a99 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]