3 onak \- an OpenPGP compatible keyserver
16 Perform various keyserver actions.
20 Treat keys on stdin as binary rather than ASCII armoured.
23 Use \fIFILE\fR as the config file instead of the default.
26 Display fingerprints when listing keys.
29 Update keys - output changes on stdout.
32 Verbose; increase loglevel.
36 Read OpenPGP keys from stdin and add them to the keyserver database.
39 Read OpenPGP keys from stdin, run the key cleaning routines against them and
43 Delete a given key from the keyserver.
46 Dump all the keys from the keyserver.
49 Retrieves the requested key from the keyserver.
52 Retrieves the first photoid on the requested key and dumps to stdout.
55 Search for a key and list it.
58 Search for a key and list it and its signatures.
62 List all keys in the keyserver that contain the word \fInoodles\fR.
64 .B onak clean < dirty.key > clean.key
65 Clean up one or more PGP keys. Currently this will just dedupe UIDs.
67 .B gpg --export | onak -b add
68 Export all keys on your gnupg keyring and import them into the keyserver.
72 .\" set tabstop to longest possible filename, plus a wee bit
73 .ta \w'/usr/lib/perl/getopts.pl 'u
74 \fI/etc/onak.conf\fR default configuration file
76 This man page could probably do with some more details.
78 onak was written by Jonathan McDowell <noodles@earth.li>. It can be found at
79 http://www.earth.li/projectpurple/progs/onak.html