Author: vy
Date: Fri Sep 29 07:44:16 2023
New Revision: 64258
Log:
Update instructions in `KEYS`
Modified:
release/logging/KEYS
Modified: release/logging/KEYS
==============================================================================
--- release/logging/KEYS (original)
+++ release/logging/KEYS Fri Sep 29 07:44:16 2023
@@ -2,16 +2,30 @@ This file contains the PGP&GPG keys of v
Please don't use them for email unless you have to. Their main
purpose is code signing.
-Apache users: pgp < KEYS
-Apache developers:
- (pgpk -ll <your name> && pgpk -xa <your name>) >> this file.
- or
- (gpg --fingerprint --list-sigs <your name>
- && gpg --armor --export <your name>) >> this file.
+Apache users:
+-------------
-Apache developers: please ensure that your key is also available via the
-PGP keyservers (such as pgpkeys.mit.edu).
+You can import the keys as follows:
+* Using `gpg`: `gpg --import KEYS`
+* Using `pgp`: `pgp < KEYS`
+
+Apache developers:
+------------------
+
+You can append your keys as follows:
+
+* Using `gpg`: `(gpg --fingerprint --list-sigs <user-ID> && gpg --armor
--export <user-ID>) >> KEYS`
+* Using `pgpk`: `(pgpk -ll <user-ID> && pgpk -xa <user-ID>) >> KEYS`
+
+`<user-ID>` denotes the ID associated with your key. This can
+be either your name or email address.
+
+Please ensure that your key is also available via public
+keyservers[1][2].
+
+[1] https://keyserver.ubuntu.com
+[2] https://pgpkeys.mit.edu
Type bits /keyID Date User ID
pub 1024D/0C7C4F05 2005/06/10 Mark Dwayne Womack <[email protected]>