From 71f6ba15c38bec95363e92323444257bf9dae71c Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 14 Jul 2022 21:58:29 +0200 Subject: [PATCH] Updated the gpg --verify procedure after demise of keys.gnupg.net --- xorriso/xorriso_eng.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index a9982311..68e24f69 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -513,18 +513,27 @@ files or trees to disk:
(Released 06 Feb 2021)
xorriso-1.5.4.pl02.tar.gz.sig
-(detached GPG signature for verification by -gpg --with-fingerprint --verify xorriso-1.5.4.pl02.tar.gz.sig xorriso-1.5.4.pl02.tar.gz +(detached GPG signature for verification by either +
+wget https://ftp.gnu.org/gnu/gnu-keyring.gpg +
+gpg --with-fingerprint --keyring ./gnu-keyring.gpg --verify xorriso-1.5.4.pl02.tar.gz.sig +
+or +
+gpg --keyserver keyserver.ubuntu.com --recv-keys ABC0A854 +
+gpg --with-fingerprint --verify xorriso-1.5.4.pl02.tar.gz.sig +
+Both should confirm
-which should confirm gpg: Good signature from "Thomas Schmitt <scdbackup@gmx.net>"
Primary key fingerprint: 44BC 9FD0 D688 EB00 7C4D D029 E9CB DFC0 ABC0 A854 +)
-after gpg --keyserver keys.gnupg.net --recv-keys ABC0A854 -).
Also on