|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Crypto questions?
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
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:
gpg --no-default-keyring --keyring ./phillylinux.gpg --keyserver subkeys.pgp.net --refresh
David
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3rc1 (GNU/Linux)
Comment: Key available at http://www.jabberwocky.com/david/keys.asc
iD8DBQE/AbNu4mZch0nhy8kRAmqDAJ43HHhtEiY+MPUAEJmBjGjKZP1kCACgh+Yk
eY1N2QU1G8F+FJGPkg298y8=
=VMCP
-----END PGP SIGNATURE-----
_________________________________________________________________________
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
|
|