Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
durham_oct14 [2014/10/22 08:49] – [CryptoParty on October 21st, 2014] Request users not to edit old page anonymousdurham_oct14 [2015/09/28 13:57] 127.0.0.1
Line 33: Line 33:
 === What should I do before I come? === === What should I do before I come? ===
  
-This website you're reading now has loads of useful information on it. Have a look at the [[documentation]] and see what you make of it. If you find it easy, you can come along and help people who didn't find it easy. We can all learn something from each other.+This website you're reading now has loads of useful information on it. Have a look at the [[learn|documentation]] and see what you make of it. If you find it easy, you can come along and help people who didn't find it easy. We can all learn something from each other.
  
 === Keysigning session === === Keysigning session ===
Line 53: Line 53:
     * [[http://cryptnet.net/fdp/crypto/keysigning_party/en/keysigning_party.html#after_keysigning_party     * [[http://cryptnet.net/fdp/crypto/keysigning_party/en/keysigning_party.html#after_keysigning_party
 |sign the keys]] of the people whose ID you verified. |sign the keys]] of the people whose ID you verified.
-  +    * But specifically 
 +      * load the key into your keyring 
 +        * ''gpg --keyserver pool.sks-keyservers.net --recv-keys <Key_ID>'' 
 +      * fingerprint and verify key 
 +        * ''gpg --fingerprint <Key_ID>'' 
 +      * sign the key 
 +        * ''gpg --sign-key <Key_ID>'' 
 +      * return key to user or upload to keyserver 
 +        * ''gpg --keyserver pool.sks-keyservers.net --send-key <Key_ID>'' 
 ==== More GPG & keysigning reading ==== ==== More GPG & keysigning reading ====
   * [[http://cryptnet.net/fdp/crypto/keysigning_party/en/keysigning_party.html|Keysigning party howto]]   * [[http://cryptnet.net/fdp/crypto/keysigning_party/en/keysigning_party.html|Keysigning party howto]]