gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: use more modern repository-bound key


From: gnunet
Subject: [taler-docs] branch master updated: use more modern repository-bound key trust
Date: Wed, 11 Jan 2023 15:23:54 +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 a0fa25d  use more modern repository-bound key trust
a0fa25d is described below

commit a0fa25d4e80074c3414ee498146f4c0f93996666
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 11 15:23:52 2023 +0100

    use more modern repository-bound key trust
---
 frags/installing-debian.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/frags/installing-debian.rst b/frags/installing-debian.rst
index 0110b24..9e06264 100644
--- a/frags/installing-debian.rst
+++ b/frags/installing-debian.rst
@@ -8,19 +8,19 @@ looks like this:
 
 .. code-block::
 
-   deb https://deb.taler.net/apt/debian bullseye main
+   deb [signed-by=/etc/apt/trusted.gpg.d/taler-systems.gpg] 
https://deb.taler.net/apt/debian bullseye main
 
 Next, you must import the Taler Systems SA public package signing key
 into your keyring and update the package lists:
 
 .. code-block:: console
 
-   # wget -O - https://taler.net/taler-systems.gpg.key | apt-key add -
+   # wget -O taler-systems.gpg -P /etc/apt/trusted.gpg.d/ 
https://taler.net/taler-systems.gpg.key
    # apt update
 
 .. note::
 
-   You may want to verify the correctness of the Taler Systems key out-of-band.
+   You may want to verify the correctness of the Taler Systems SA key 
out-of-band.
 
 Now your system is ready to install the official GNU Taler binary packages
 using apt.

-- 
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]