|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Keysigning: The Aftermath
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Eric J. Roode asked:
>> Another easier (YMMV) way is to simply sign all of the uids, break the
>> key apart into separate ones with only one uid/email each, and email the
>> encrypted and signed keys to each email address individually.
>> ...
> That does sound a lot easier. Plus, it could be automated in a script,
> I'll bet. How do you break the key apart into individual IDs?
I do it by hand, via command-line gpg. I don't think there is any way to
automate it outside of an expect script. But my basic process is:
1. gpg --edit-key foo, select all uid, sign them, quit
2. gpg --export --armor foo > foo.asc
3. gpg --edit-key foo, select all but one uid, deluid, save
4. gpg --export --armor foo > foo_1.asc
5. gpg --import foo.asc
6. Repeat steps 3-5 for each additional uid.
- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200502082110
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----
iD8DBQFCCXEmvJuQZxSWSsgRAlGbAKD7KSUe/R6kYE0/Kg/daCZXqMAGbQCgspe+
Gfwdxdm9TsRKTzLCUXy04js=
=JIPa
-----END PGP SIGNATURE-----
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|