summaryrefslogtreecommitdiff
path: root/frags/installing-debian.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-11 15:23:52 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-11 15:23:52 +0100
commita0fa25d4e80074c3414ee498146f4c0f93996666 (patch)
tree25750d3593e0dd2166e0e739b835e0b65dd1ae49 /frags/installing-debian.rst
parentdc7f1acabde63e4af0209735e4cdd1a0154e281f (diff)
downloaddocs-a0fa25d4e80074c3414ee498146f4c0f93996666.tar.gz
docs-a0fa25d4e80074c3414ee498146f4c0f93996666.tar.bz2
docs-a0fa25d4e80074c3414ee498146f4c0f93996666.zip
use more modern repository-bound key trust
Diffstat (limited to 'frags/installing-debian.rst')
-rw-r--r--frags/installing-debian.rst6
1 files changed, 3 insertions, 3 deletions
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.