xenial (1) hockeypuck.1.gz

Provided by: hockeypuck_1.0~rel20140413+7a1892a~trusty.1_amd64 bug

NAME

       hockeypuck - OpenPGP Key Server

SYNOPSIS

       hockeypuck COMMAND COMMAND_OPTIONS

DESCRIPTION

       hockeypuck  is  an  public  keyserver  that  implements HKP (HTTP Keyserver Protocol) for serving OpenPGP
       public keys. Other PKIs may be supported in upcoming releases.

COMMANDS

       Options and modes for the supported hockeypuck commands are described below.

hockeypuck run

       Run the Hockeypuck HKP and public key synchronization services.

       --config (= "")
                  Hockeypuck configuration file

       --cpuprof (= false)
                  Enable CPU profiling

hockeypuck load

       Load public key material from files in RFC 4880 binary keyring format into the Hockeypuck database.

       --config (= "")
                  Hockeypuck configuration file

       --cpuprof  (= false)
                  Enable CPU profiling

       --ignore-dups  (= false)
                  Ignore duplicate entries

       --path (= "")
                  OpenPGP keyring file path or glob pattern

       --txn-size  (= 5000)
                  Transaction size; public keys per commit

hockeypuck db

       Manage Hockeypuck relational database and prefix tree file.

       --config (= "")
                  Hockeypuck configuration file

       --cpuprof  (= false)
                  Enable CPU profiling

       --create-constraints  (= false)
                  Create primary key, unique and foreign key constraints

       --create-tables  (= true)
                  Create tables if they don't exist

       --dedup  (= false)
                  De-duplicate primary key and unique constraint columns

       --drop-constraints  (= false)
                  Drop all primary key, unique and foreign key constraints

hockeypuck pbuild

       Rebuild the prefix tree data file from the public keys contained in the relational database.

       --cache  (= 64)
                  Max diskv cache size (MB)

       --config (= "")
                  Hockeypuck configuration file

       --cpuprof  (= false)
                  Enable CPU profiling

       --ignore-dups  (= false)
                  Ignore duplicate entries

       --nworkers  (= GOMAXPROCS)
                  Number of concurrent ptree writers

BUGS

       Bugs, known issues and features in development are tracked at https://github.com/hockeypuck/hockeypuck.

SEE ALSO

       RFC 4880, RFC 6637, the OpenPGP HTTP Keyserver Protocol (HKP) draft specification
              (http://ietfreport.isoc.org/all-ids/draft-shaw-openpgp-hkp-00.txt).
       gpg(1), http://hockeypuck.github.io, https://github.com/hockeypuck/hockeypuck

AUTHOR

       Casey Marshall <cmars@cmarstech.com>