Ok, so I did, gpg --recv-keys ... [everyone's ID from the meeting ] gpg --fingerprint ... [ confirm fingerprints ] for key in ... ; do gpg --sign-key $key; done for key in ... ; do gpg --send-key $key; done Now "gpg --list-keys" shows all the keys I expected to see. And just now I did a "gpg --recv-keys <my ID>" and it said I had 6 new signatures, gpg: requesting key 103BA0B0 from hkp server pgp.mit.edu gpg: key 103BA0B0: "Jamie Guinan <guinan@bluebutton.com>" 6 new signatures gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model gpg: depth: 0 valid: 1 signed: 12 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: depth: 1 valid: 12 signed: 1 trust: 12-, 0q, 0n, 0m, 0f, 0u gpg: next trustdb check due at 2009-04-16 gpg: Total number processed: 1 gpg: new signatures: 6 I think that looks good. At some point I'll look into using it for email and other things, but at least the basics are there. -Jamie