<quote who="Ken Foskey"> > HOw do you go about getting keys for digital signatures? I just noticed > when I printed Mary's note that I cannot verify the signature so that is > not a lot of use.
Using gpg you'd do: gpg --keyserver wwwkeys.us.pgp.net --recv-keys <keyid> For instance, to get Mary's you'd do: gpg --keyserver wwwkeys.us.pgp.net --recv-keys 77625870 - Jeff -- GVADEC 2004: Kristiansand, Norway http://2004.guadec.org/ "PHP, when it first came out, didn't really have any merits, and many claim it still doesn't, but it filled a void where a simple tool to perform a simple task was needed." - Rasmus Lerdorf -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
