You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2020/01/01 20:42:38 UTC

[cordova-coho] branch brodybits-improve-gpg-fingerprint-doc created (now 770cd3f)

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

brodybits pushed a change to branch brodybits-improve-gpg-fingerprint-doc
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git.


      at 770cd3f  Improve gpg fingerprint documentation

This branch includes the following new commits:

     new 770cd3f  Improve gpg fingerprint documentation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-coho] 01/01: Improve gpg fingerprint documentation

Posted by br...@apache.org.
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 <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 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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org