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 10/11] glep-0063: Require renewal 2 weeks before expiration
Date: Wed, 04 Jul 2018 10:28:37
Message-Id: 20180704102401.29512-11-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v2 00/11] Major GLEP 63 update by "Michał Górny"
1 Add a rule requesting renewal of keys at least two weeks before their
2 expiration date, in order to give services time to refresh.
3 ---
4 glep-0063.rst | 9 ++++++++-
5 1 file changed, 8 insertions(+), 1 deletion(-)
6
7 diff --git a/glep-0063.rst b/glep-0063.rst
8 index 7455674..6874b81 100644
9 --- a/glep-0063.rst
10 +++ b/glep-0063.rst
11 @@ -32,6 +32,10 @@ v2
12 specification. Changing the expiration date of existing keys is possible
13 in-place so there is no need to provide for transitional 'minimum' value.
14
15 + An additional rule requesting key renewal 2 weeks before expiration
16 + has been added. This is in order to give services and other developers time
17 + to refresh the key.
18 +
19 v1.1
20 The recommended RSA key size has been changed from 4096 bits
21 to 2048 bits to match the GnuPG recommendations [#GNUPG-FAQ-11-4]_.
22 @@ -82,7 +86,10 @@ not be used to commit.
23
24 b. Gentoo subkey: 1 year maximum
25
26 -4. Upload your key to the SKS keyserver rotation before usage!
27 +4. Key expiration date renewed at least 2 weeks before the previous
28 + expiration date.
29 +
30 +5. Upload your key to the SKS keyserver rotation before usage!
31
32 Recommendations
33 ---------------
34 --
35 2.18.0

Replies