|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Crypto questions?
|
David Shaw (dshaw@jabberwocky.com) had this to say on 07/01/03 at 12:19:
> On Tue, Jul 01, 2003 at 11:54:25AM -0400, Michael Leone wrote:
>
> > > If you're going to automate (or periodically do by hand) updates to the
> >
> > Periodically, by hand. Using a little script Darxus originally wrote:
> >
> > #! /bin/sh
> > export keys=`gpg --no-default-keyring --keyring ./phillylinux.gpg
> > --list-keys | grep ^pub | cut -d'/' -f2 | cut -d' ' -f1`
> > echo $keys
> > gpg --no-default-keyring --keyring ./phillylinux.gpg --keyserver
> > pgp.mit.edu -- recv-keys $keys
>
> I'm guessing this was written in the GnuPG 1.0.6 or earlier days. You
> can do it a bit easier now with:
Correct, because the PLUG keyring is maintained on a Debian stable system
(i.e., GPG 1.06).
>
> gpg --no-default-keyring --keyring ./phillylinux.gpg --keyserver subkeys.pgp.net --refresh
>
> David
> _________________________________________________________________________
> Philadelphia Linux Users Group -- http://www.phillylinux.org
> Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
> General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
_________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|