From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Pokorný Date: Tue, 27 Jan 2015 18:11:11 +0100 Subject: [Cluster-devel] HA Summit Key-signing Party (was: Organizing HA Summit 2015) In-Reply-To: <20150126141438.GE21558@redhat.com> References: <540D853F.3090109@redhat.com> <54B4ADAA.5080803@alteeve.ca> <20150126141438.GE21558@redhat.com> Message-ID: <20150127171111.GA427@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit > What's needed? > Once you have a key pair (and provided that you are using GnuPG), please > run the following sequence: > > # figure out the key ID for the identity to be verified; > # IDENTITY is either your associated email address/your name > # if only single key ID matches, specific key otherwise > # (you can use "gpg -K" to select a desired ID at the "sec" line) > KEY=$(gpg --with-colons 'IDENTITY' | grep '^pub' | cut -d: -f5) Oops, sorry, somehow '-k' got lost above ^. Correct version: KEY=$(gpg -k --with-colons 'IDENTITY' | grep '^pub' | cut -d: -f5) > # export the public key to a file that is suitable for exchange > gpg --export -a -- $KEY > $KEY > > # verify that you have an expected data to share > gpg --with-fingerprint -- $KEY -- Jan -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: