You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2023/01/16 16:17:18 UTC

[cordova-coho] branch master updated: Improve gpg fingerprint documentation

This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git


The following commit(s) were added to refs/heads/master by this push:
     new 6871abc  Improve gpg fingerprint documentation
6871abc is described below

commit 6871abc927da963eba96e9b3366228cac381d871
Author: Chris Brody <ch...@brody.consulting>
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 3856f55..b2cd2f5 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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org