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 v3 04/12] glep-0063: Root key → primary key
Date: Thu, 05 Jul 2018 20:56:04
Message-Id: 20180705205403.6530-5-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v3 00/12] 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 | 8 ++++----
5 1 file changed, 4 insertions(+), 4 deletions(-)
6
7 diff --git a/glep-0063.rst b/glep-0063.rst
8 index a56ae65..318717a 100644
9 --- a/glep-0063.rst
10 +++ b/glep-0063.rst
11 @@ -45,7 +45,7 @@ Bare minimum requirements
12
13 personal-digest-preferences SHA256
14
15 -2. Root key and signing subkey of EITHER:
16 +2. Primary key and signing subkey of EITHER:
17
18 a. DSA, 2048-bit
19
20 @@ -101,7 +101,7 @@ Recommendations
21 # when making an OpenPGP certification, use a stronger digest than the default SHA1:
22 cert-digest-algo SHA256
23
24 -2. Root key type RSA, 4096 bits (OpenPGP v4 key format or later)
25 +2. Primary key type RSA, 4096 bits (OpenPGP v4 key format or later)
26
27 This may require creating an entirely new key.
28
29 @@ -113,7 +113,7 @@ Recommendations
30
31 4. Key expiry:
32
33 - a. Root key: 3 years maximum, expiry date renewed annually.
34 + a. Primary key: 3 years maximum, expiry date renewed annually.
35
36 b. Signing subkey: 1 year maximum, expiry date renewed every 6 months.
37
38 @@ -125,7 +125,7 @@ Recommendations
39 Gentoo LDAP
40 ===========
41
42 -All Gentoo developers must list the complete fingerprint for their root
43 +All Gentoo developers must list the complete fingerprint for their primary
44 keys in the "``gpgfingerprint``" LDAP field. It must be exactly 40 hex digits,
45 uppercase, with optional spaces every 8 hex digits. Regular expression for
46 validation::
47 --
48 2.18.0