[FOSDEM] Keysigning: list of participants now available
Tom Marble
tmarble at info9.net
Tue Jan 28 15:53:17 CET 2014
On 01/28/2014 03:29 AM, Niels Laukens wrote:
> http://ksp.fosdem.org/files/ksp-fosdem2014.txt
This says "2013" but please do not change it now :)
This is how I print the KSP sheet (in case this is helpful):
# only crazy USA folks want '--paper letter' (instead of A4)
$ paps --header --landscape --columns=2 --font="Courier 7" --paper letter --top-margin=18 --bottom-margin=18 ksp-fosdem2014.txt > ksp-fosdem2014.ps
$ ps2pdf ksp-fosdem2014.ps
Please use caff(1) from the package signing-party (after the KSP)
to sign the keys at home. But BEWARE the default caff configuration
is NOT the same as for GPG. Please make sure you are using the
configuration settings you intend (esp. strong signature strength).
For more information please see:
https://github.com/tmarble/kspsig
Here is how you can get a sense for who has already signed
your key (NOTE: does NOT take into account that a given e-mail
may be used with different key ID's):
MYEMAIL=tmarble at info9.net
MYID=0x40BFEE868B055D9A
Unique list of who's on the FOSDEM KSP list
$ awk '/<.*@.*>/ { print substr($NF,2,length($NF)-2); }' ksp-fosdem2014.txt | sort -u > ksp-emails.txt
Unique list of who has signed my key:
$ gpg --list-sigs $MYID | awk '/<.*@.*>/ { print substr($NF,2,length($NF)-2); }' | sort -u > signed-myid.txt
Who has previously signed my key that's on the FOSDEM KSP list?
$ comm -12 signed-myid.txt ksp-emails.txt | grep -v $MYEMAIL > already-signed.txt
Regards,
--Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 880 bytes
Desc: OpenPGP digital signature
URL: <https://lists.fosdem.org/pipermail/fosdem/attachments/20140128/08b7dbb1/attachment.pgp>
The content of all messages is the sole responsibility of the author.
More information about the FOSDEM
mailing list