Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: gentoo-dev@l.g.o
Cc: Mike Gilbert <floppym@g.o>
Subject: [gentoo-dev] [PATCH v2] glep-0063: Add section about the Gentoo keyserver
Date: Thu, 17 Dec 2020 18:12:39
Message-Id: 20201217181216.1825482-1-floppym@gentoo.org
In Reply to: [gentoo-dev] [PATCH] glep-0063: Add section about the Gentoo keyserver by Mike Gilbert
1 Signed-off-by: Mike Gilbert <floppym@g.o>
2 ---
3
4 v2: Added "This upload is required in addition to uploading the SKS pool."
5
6 glep-0063.rst | 24 ++++++++++++++++++++----
7 1 file changed, 20 insertions(+), 4 deletions(-)
8
9 diff --git a/glep-0063.rst b/glep-0063.rst
10 index 82541bd..ec465db 100644
11 --- a/glep-0063.rst
12 +++ b/glep-0063.rst
13 @@ -7,10 +7,10 @@ Author: Robin H. Johnson <robbat2@g.o>,
14 Michał Górny <mgorny@g.o>
15 Type: Standards Track
16 Status: Final
17 -Version: 2.1
18 +Version: 2.2
19 Created: 2013-02-18
20 -Last-Modified: 2019-11-07
21 -Post-History: 2013-11-10, 2018-07-03, 2018-07-21, 2019-02-24
22 +Last-Modified: 2020-12-17
23 +Post-History: 2013-11-10, 2018-07-03, 2018-07-21, 2019-02-24, 2020-12-17
24 Content-Type: text/x-rst
25 ---
26
27 @@ -28,6 +28,9 @@ OpenPGP key management policies for the Gentoo Linux distribution.
28 Changes
29 =======
30
31 +v2.2
32 + Added "Gentoo Keyserver" section under "Gentoo Infrastructure" chapter.
33 +
34 v2.1
35 A requirement for an encryption key has been added, in order to extend
36 the GLEP beyond commit signing and into use of OpenPGP for dev-to-dev
37 @@ -135,8 +138,11 @@ their primary key).
38
39 5. Encrypted backup of your secret keys.
40
41 +Gentoo Infrstructure
42 +====================
43 +
44 Gentoo LDAP
45 -===========
46 +-----------
47
48 All Gentoo developers must list the complete fingerprint for their primary
49 keys in the "``gpgfingerprint``" LDAP field. It must be exactly 40 hex digits,
50 @@ -147,6 +153,16 @@ of the fingerprint field. In any place that presently displays
51 the "``gpgkey``" field, the last 16 hex digits of the fingerprint should
52 be displayed instead.
53
54 +Gentoo Keyserver
55 +----------------
56 +
57 +Gentoo infrastructure uses a keyserver that is isolated from the SKS pool.
58 +This keyserver is restricted to accepting uploads from authorized Gentoo hosts.
59 +A script is provided on dev.gentoo.org to allow developers to upload their
60 +keys. This upload is required in addition to uploading to the SKS pool.
61 +
62 +``gpg --export KEYID | ssh dev.gentoo.org /usr/local/bin/openpgp-key-upload``
63 +
64 Backwards Compatibility
65 =======================
66
67 --
68 2.30.0.rc0

Replies