From a0fa25d4e80074c3414ee498146f4c0f93996666 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 11 Jan 2023 15:23:52 +0100 Subject: use more modern repository-bound key trust --- frags/installing-debian.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frags/installing-debian.rst') diff --git a/frags/installing-debian.rst b/frags/installing-debian.rst index 0110b243..9e06264f 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. -- cgit v1.2.3