Exporting a single key from a armoured key-ring.

Alfred M. Szmidt ams@kemisten.nu
Sun Sep 23 13:23:01 2001


Werner Koch wrote:

> Please never assume a keyring has the same format as the one
> descriped by OpenPGP for exchanging keys.
I think that I picked the wrong words, what I meant was a file containing one or more keys (ie, gpg --armor --export user1@foo.bar user2@foo.bar > keys.asc) and then doing something like `gpg --keyring /path/to/keys.asc --list-keys', this will work if you don't use the `--armor' switch when exporting the keys. -- Alfred M. Szmidt