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
Next revisionBoth sides next revision
durham_oct14 [2014/10/22 08:45] – moving content to date-specific page anonymousdurham_oct14 [2014/10/23 00:41] 127.0.0.1
Line 1: Line 1:
-===== CryptoParty on October 21st, 2014 ===== +===== Durham CryptoParty on October 21st, 2014 ===== 
 +---- 
 +This is the wikipage we used to organise the CryptoParty on Oct 21st. It's been moved off the cryptoparty.in/durham page to keep that uncluttered. Please don't edit it - it's a historic record. Put new stuff and ideas in the [[durham|durham page]].
 ---- ----
  
Line 52: 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]]