This is an automated email from the ASF dual-hosted git repository. brodybits pushed a commit to branch brodybits-improve-gpg-fingerprint-doc in repository https://gitbox.apache.org/repos/asf/cordova-coho.git
commit 770cd3f4fa47d284be180454fa9e9223de94fc92 Author: Chris Brody <[email protected]> AuthorDate: Wed Jan 1 15:42:31 2020 -0500 Improve gpg fingerprint documentation - Add `Fingerprint` sub header (H3) - Recommended rather than optional - Add quick command to get the gpg fingerprint --- docs/setting-up-gpg.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/setting-up-gpg.md b/docs/setting-up-gpg.md index 599f006..861c905 100644 --- a/docs/setting-up-gpg.md +++ b/docs/setting-up-gpg.md @@ -112,7 +112,13 @@ Copy to your Apache homedir: gpg --armor --export $KEY_ID > $KEY_ID.asc scp $KEY_ID.asc people.apache.org: -#### Optional +#### Fingerprint + +**Recommended** to make it easier for other PMC members to check dist archives: + +Here is a quick command to show your gpg key fingerprint: + + gpg --fingerprint Sign into: https://id.apache.org/ and add your fingerprint (not your KEY_ID). This will cause emails from Apache to you to be encrypted. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
