Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: robbat2@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH v2 04/11] glep-0063: Root key → primary key
Date: Wed, 04 Jul 2018 10:26:00
Message-Id: 20180704102401.29512-5-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v2 00/11] Major GLEP 63 update by "Michał Górny"
1 Replace the custom term 'root key' with much more common 'primary key'.
2 This is also the term used in GnuPG output.
3 ---
4 glep-0063.rst | 10 +++++-----
5 1 file changed, 5 insertions(+), 5 deletions(-)
6
7 diff --git a/glep-0063.rst b/glep-0063.rst
8 index 0082edd..2a5e02f 100644
9 --- a/glep-0063.rst
10 +++ b/glep-0063.rst
11 @@ -8,7 +8,7 @@ Type: Standards Track
12 Status: Final
13 Version: 1
14 Created: 2013-02-18
15 -Last-Modified: 2018-07-02
16 +Last-Modified: 2018-07-04
17 Post-History: 2013-11-10
18 Content-Type: text/x-rst
19 ---
20 @@ -45,7 +45,7 @@ Bare minimum requirements
21
22 personal-digest-preferences SHA256
23
24 -2. Root key and a dedicated signing subkey, both of EITHER:
25 +2. Primary key and a dedicated signing subkey, both of EITHER:
26
27 a. DSA, 2048-bit
28
29 @@ -101,7 +101,7 @@ Recommendations
30 # when making an OpenPGP certification, use a stronger digest than the default SHA1:
31 cert-digest-algo SHA256
32
33 -2. Root key type RSA, 4096 bits (OpenPGP v4 key format or later)
34 +2. Primary key type RSA, 4096 bits (OpenPGP v4 key format or later)
35
36 This may require creating an entirely new key.
37
38 @@ -113,7 +113,7 @@ Recommendations
39
40 4. Key expiry:
41
42 - a. Root key: 3 years maximum, expiry date renewed annually.
43 + a. Primary key: 3 years maximum, expiry date renewed annually.
44
45 b. Gentoo subkey: 1 year maximum, expiry date renewed every 6 months.
46
47 @@ -125,7 +125,7 @@ Recommendations
48 Gentoo LDAP
49 ===========
50
51 -All Gentoo developers must list the complete fingerprint for their root
52 +All Gentoo developers must list the complete fingerprint for their primary
53 keys in the "``gpgfingerprint``" LDAP field. It must be exactly 40 hex digits,
54 uppercase, with optional spaces every 8 hex digits. Regular expression for
55 validation::
56 --
57 2.18.0