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 v5 04/16] glep-0063: Root key → primary key
Date: Sun, 08 Jul 2018 18:41:09
Message-Id: 20180708183902.30367-5-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v5 00/16] GLEP 63, once again 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 f02537d..8542031 100644
9 --- a/glep-0063.rst
10 +++ b/glep-0063.rst
11 @@ -46,7 +46,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 @@ -102,7 +102,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 @@ -114,7 +114,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 @@ -126,7 +126,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