Project

General

Profile

Actions

Issue #1719

closed
FL

Retrieving the Replicant release key from a key server does not work

Issue #1719: Retrieving the Replicant release key from a key server does not work

Added by Fil Lupin about 10 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Website and wiki content
Target version:
Start date:
06/28/2016
Due date:
% Done:

0%

Estimated time:
Resolution:
Device:
Grant:
Type of work:

Description

To get Launching the command "gpg --recv-key 4A80EB23" (http://redmine.replicant.us/projects/replicant/wiki/ReplicantReleaseKey) does not give any answer.
Using web interface neither (http://keys.gnupg.net/).


Files

replicant.pub (4.6 KB) replicant.pub Replicant project release key Tiberiu T, 07/16/2016 11:28 PM

FT Updated by Francesco Turco about 10 years ago Actions #1

Works for me.

TT Updated by Tiberiu T about 10 years ago Actions #2

It works for me too:

gpg --recv-key 4A80EB23 
gpg: requesting key 4A80EB23 from hkp server keys.gnupg.net
gpg: key 4A80EB23: "Replicant project release key <contact@replicant.us>" not changed
gpg: Total number processed: 1
h3. gpg:              unchanged: 1

Fil, you might need to try a command which selects a different key sever:

gpg --keyserver pgp.mit.edu --recv-key 4A80EB23
gpg: requesting key 4A80EB23 from hkp server pgp.mit.edu
gpg: key 4A80EB23: "Replicant project release key <contact@replicant.us>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

Using the web interface of pgp.mit.edu:

http://pgp.mit.edu/pks/lookup?op=vindex&search=0x16D1FEEE4A80EB23

you can copy the key in a local file replicant.pub:

http://pgp.mit.edu/pks/lookup?op=get&search=0x16D1FEEE4A80EB23

and import it in your key ring:

gpg --import replicant.pub
gpg: key 4A80EB23: "Replicant project release key <contact@replicant.us>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

PS To help you, I'm also attaching the replicant.pub here, you can compare it with the one from the key server and use it if it's the same.

FL Updated by Fil Lupin about 10 years ago Actions #3

Tiberiu-Cezar Tehnoetic wrote:

Fil, you might need to try a command which selects a different key sever:

[...]

Using the web interface of pgp.mit.edu:

Thank you, using a specific server (pgp.mit.edu) make it works even if default one bugs.
The public key also is the same, thank you.

LD Updated by Loic Dachary almost 10 years ago Actions #4

  • Status changed from New to Closed

Closing since it appears to be a transient error from the server:

$ gpg --keyserver keys.gnupg.net --recv-key 4A80EB23
gpg: requesting key 4A80EB23 from hkp server keys.gnupg.net
gpg: key 4A80EB23: public key "Replicant project release key <contact@replicant.us>" imported
gpg: 3 marginal(s) needed, 1 complete(s) needed, classic trust model
gpg: depth: 0  valid:   2  signed:  63  trust: 0-, 0q, 0n, 0m, 0f, 2u
gpg: depth: 1  valid:  63  signed: 358  trust: 21-, 10q, 6n, 12m, 14f, 0u
gpg: depth: 2  valid: 164  signed: 479  trust: 150-, 2q, 2n, 6m, 4f, 0u
gpg: depth: 3  valid:   4  signed:  16  trust: 4-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2016-10-26
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)

DC Updated by Denis 'GNUtoo' Carikli over 8 years ago Actions #5

  • Category changed from 171 to Website and wiki content

FL Updated by Fil Lupin almost 5 years ago Actions #6

Since keys.gnupg.net does not seem available annymore, we should modify the doc thinking about a way to anticipate a server could disappear.

I suggest replacing `keys.gnupg.net` by KEY_SERVER with a parenthesis giving an example (`keys.openpgp.org` for instance), and explaining how to find another server if the example server disappears.

Here are pages where keys.gnupg.net is found:
- doc * Prebuilt app : https://redmine.replicant.us/projects/replicant/wiki/SourceCode#Prebuilt-apps * Release key : https://redmine.replicant.us/projects/replicant/wiki/ReleaseKey

- this ticket

- forum (author can edit message with a warning, anyone add a message at the end, or an moderator can edit the initial message) * topic https://redmine.replicant.us/boards/15/topics/15110 (https://redmine.replicant.us/boards/15/topics/15110?r=15689#message-15689, https://redmine.replicant.us/boards/15/topics/15110?r=15685#message-15685, https://redmine.replicant.us/boards/15/topics/15110?r=15683#message-15683) * https://redmine.replicant.us/boards/3/topics/11235 * https://redmine.replicant.us/boards/3/topics/11235

Would it make the doc ok for you?

Actions

Also available in: PDF Atom