Adds the contents of
keyfile
to your keyring. If
keyfile
is not specified, input is taken from
stdin.
Keyfile
may also be an URL; the supported protocols are
hkp
(Horowitz Key Protocol),
http
and
finger.
To add
foo@bar.baz.com's
key to your keyring from PGP, Inc's server, for example, enter:
pgpk -a hkp://keys.pgp.com/foo@bar.baz.com
If
foo@bar.baz.com
has his key in his finger information, you could add that with:
pgpk -a finger://bar.baz.com/foo
If
foo@bar.baz.com
has his key on his web page, you could add that with:
pgpk -a http://www.baz.com/foo/DSSkey.html