guix-commits
[Top][All Lists]
Advanced

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

01/01: doc: Update gpg key fetching instructions.


From: guix-commits
Subject: 01/01: doc: Update gpg key fetching instructions.
Date: Fri, 12 Jul 2019 22:56:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ffae5a7946912ffd69dd4b608576cf2d75931fb2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jul 13 04:51:16 2019 +0200

    doc: Update gpg key fetching instructions.
    
    This mirrors the steps performed by etc/guix-install.sh.
    
    * doc/guix.texi (KEY-SERVER): Replace moribund SKS key servers with...
    (OPENPGP-SIGNING-KEY-URL): ...the TLS PKI of the future.
    (Binary Installation, USB Stick and DVD Installation): Update the
    @example gpg command to download the key directly from Savannah.
---
 doc/guix.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 3e0788e..71befce 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11,7 +11,7 @@
 
 @c Identifier of the OpenPGP key used to sign tarballs and such.
 @set OPENPGP-SIGNING-KEY-ID 3CE464558A84FDC69DB40CFB090B11993D9AEBB5
-@set KEY-SERVER pool.sks-keyservers.net
+@set OPENPGP-SIGNING-KEY-URL 
https://sv.gnu.org/people/viewgpg.php?user_id=15145
 
 @c Base URL for downloads.
 @set BASE-URL https://ftp.gnu.org/gnu/guix
@@ -558,8 +558,8 @@ If that command fails because you do not have the required 
public key,
 then run this command to import it:
 
 @example
-$ gpg --keyserver @value{KEY-SERVER} \
-      --recv-keys @value{OPENPGP-SIGNING-KEY-ID}
+$ wget @value{OPENPGP-SIGNING-KEY-URL} \
+      -qO - | gpg --import -
 @end example
 
 @noindent
@@ -1905,8 +1905,8 @@ If that command fails because you do not have the 
required public key,
 then run this command to import it:
 
 @example
-$ gpg --keyserver @value{KEY-SERVER} \
-      --recv-keys @value{OPENPGP-SIGNING-KEY-ID}
+$ wget @value{OPENPGP-SIGNING-KEY-URL} \
+      -qO - | gpg --import -
 @end example
 
 @noindent



reply via email to

[Prev in Thread] Current Thread [Next in Thread]