logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

onak - an OpenPGP compatible keyserver

Author

       onak    was    written    by    Jonathan    McDowell    <noodles@earth.li>.    It   can   be   found   at
       http://www.earth.li/projectpurple/progs/onak.htmlONAK(1)

Description

       Perform various keyserver actions.

   Options-b     Treat keys on stdin as binary rather than ASCII armoured.

       -cFILE
              Use FILE as the config file instead of the default.

       -f     Display fingerprints when listing keys.

       -u     Update keys - output changes on stdout.

       -v     Verbose; increase loglevel.

   Commandsadd    Read OpenPGP keys from stdin and add them to the keyserver database.

       clean  Read OpenPGP keys from stdin, run the key cleaning routines against them and dump to stdout.

       dumpconfig
              Dump the running config in new .ini format to stdout, or the provided file.  Intended to help with
              migration from old style configuration files - onak can read and parse the old style file and this
              command will output the equivalent new style configuration.

       delete Delete a given key from the keyserver.

       dump   Dump all the keys from the keyserver.

       get    Retrieves the requested key from the keyserver.

       getphoto
              Retrieves the first photoid on the requested key and dumps to stdout.

       index  Search for a key and list it.

       vindex Search for a key and list it and its signatures.

Examples

onakindexnoodles
              List all keys in the keyserver that contain the word noodles.

       onakclean<dirty.key>clean.key
              Clean up one or more PGP keys. Currently this will just dedupe UIDs.

       gpg--export|onak-badd
              Export all keys on your gnupg keyring and import them into the keyserver.

Files

/etc/onak.ini              default configuration file

Name

       onak - an OpenPGP compatible keyserver

Notes

       This man page could probably do with some more details.

Synopsis

onak [ options ] command [ parameters ]

See Also