Hi,

Why not use this?
gpg --keyserver $SERVER --recv-keys $KEYID


Cheers
Jens


Am 22.05.2012 19:00, schrieb Giovanni Mascellani:
> Hi.
>
> Last days I've played a bit with pks2wot, a script that you probably
> already know to dump a stripped and compressed representation of the
> connections in the greatest strong connected component in the web of trust.
>
> Being designed for PKS, pks2wot exploits a program named "pksclient",
> that is able to return a particular key available in the PKS database.
> Is there anything equivalent for SKS? If not, what's you suggestion to
> work around? At the moment, I'm using a script that essentially does:
>
> wget -q -O - "$SERVER/pks/lookup?op=get&search=$KEYID" | gpg --dearmor
>
> It works, but it wastes lots of resources.
>
> Any advice?
>
> Thanks, Giovanni.


_______________________________________________
Sks-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/sks-devel

Reply via email to