This is the command hockeypuck that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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
Use hockeypuck online using onworks.net services