taler-docs

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

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

use more modern repository-bound key trust

Diffstat:
Mfrags/installing-debian.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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.