Difference between revisions of "Formal Keysigning"

From SOBAC Wiki
Jump to navigation Jump to search
(Added concepts, purpose)
Line 29: Line 29:
 
= ToDo for the KeyMaster =
 
= ToDo for the KeyMaster =
 
# Create a keysigning keyring, make it publicly available. This keyring will contain the public keys of the keysiging participants.
 
# Create a keysigning keyring, make it publicly available. This keyring will contain the public keys of the keysiging participants.
 +
# Collect the public keys that people send to you in encrypted, signed e-mail.
 +
# Immediately before the keysigning create a printout of all the KeyIDs, UserIDs and fingerprints in the keyring. Make sufficient copies for all participants. (you could send that printout to all participants in an encrypted, signed e-mail, or participants can download the keyring and print their own).
 +
#* Create the printout with:<BR><pre>gpg --no-default-keyring --keyring=./kwlug-keysigning-ring-2013-12-02.asc --fingerprints</pre> <span style="background:yellow;">Note to editor: Verify this syntax! --Bob.</span>
  
 
= ToDo for the Participants =
 
= ToDo for the Participants =

Revision as of 15:00, 4 November 2013

  • I'm running a formal keysigning after my presentation at KWLUG on Monday, 2 December 2013. These are the steps for both the keymaster (me) and the people attending. Feel free to make changes or additions as you see necessary. You may find some useful information in the Guidelines for Key Signing Parties.
BobJonkman 05:42, 9 October 2013 (UTC)
If you'd like to participate in the keysigning you can either:
  1. send me encrypted, signed e-mail with your public key attached
  2. Download the keyring, add your public key, then upload it to the KWCrypto ownCloud.
BobJonkman 01:12, 26 October 2013 (UTC)

This is a work in progress -- You can help create a definitive procedure for a Formal Keysigning: Login and edit this page.

Purpose

A keysigning is not meant to establish your absolute, one true, Real Name™ identity, it is merely to associate a keyID with your identity. The identity you use is up to you, as published in the UserID portion of your GnuPG/PGP key. It could be only an e-mail address, a nickname, or even your real name. It's how people identify you in correspondence, or associate you as the author of a document or software. By signing your key, people verify that the KeyID is associated with the identity by which they know you.

Concepts

Four factors of authentication:

  1. Something you know (passphrase)
  2. Something you own (key fob, pass card)
  3. Something you are (fingerprint, retinal scan)
  4. Someone who knows you (trusted introducer)

A keysigning party increases the Web of Trust, or the number of trusted introducers who will vouch for the association of your identity with your KeyID.


ToDo for the KeyMaster

  1. Create a keysigning keyring, make it publicly available. This keyring will contain the public keys of the keysiging participants.
  2. Collect the public keys that people send to you in encrypted, signed e-mail.
  3. Immediately before the keysigning create a printout of all the KeyIDs, UserIDs and fingerprints in the keyring. Make sufficient copies for all participants. (you could send that printout to all participants in an encrypted, signed e-mail, or participants can download the keyring and print their own).
    • Create the printout with:
      gpg --no-default-keyring --keyring=./kwlug-keysigning-ring-2013-12-02.asc --fingerprints
      Note to editor: Verify this syntax! --Bob.

ToDo for the Participants

  1. Get a copy of the keysigning keyring (Either download it, or request that the KeyMaster e-mails it to you)
  2. Add your public key to the keysigning keyring
  3. Submit the updated keysiging keyring (Either upload it, or e-mail it to the KeyMaster)