~cmars/hockeypuck/master

« back to all changes in this revision

Viewing changes to man/man1/hockeypuck-load.1

  • Committer: Casey Marshall
  • Date: 2012-12-04 03:22:21 UTC
  • Revision ID: git-v1:bd158e13017b27f98633caf2b10918c5e623543b
* === added directory instroot, ... scripts/crossbuild.sh:
  - Relocate static system installed files to instroot.
  - Added cross-compilation script. LP: #1086192

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH hockeypuck-mgo 1 "07 Sep 2012" hockeypuck "hockeypuck"
2
 
.SH NAME
3
 
\fBhockeypuck-load\fP \- OpenPGP Key Server Loader
4
 
 
5
 
.SH SYNOPSIS
6
 
\fBhockeypuck-load\fP [-hkp=<IP>:PORT] [-path=PATH]
7
 
 
8
 
.SH DESCRIPTION
9
 
 
10
 
\fBhockeypuck-load\fP reads OpenPGP public keys from a keyring file and loads them into an OpenPGP Keyserver using the HKP protocol.
11
 
 
12
 
Options and modes for running hockeypuck are described below:
13
 
 
14
 
.SH OPTIONS
15
 
.TP
16
 
\fB-hkp=HOST:PORT\fP
17
 
Add keys to the HKP server listening on HOST:PORT. If not specified, keys will be added to localhost:11371.
18
 
 
19
 
.TP
20
 
\fB-path=PATH\fP
21
 
Path to an OpenPGP public keyring file. The file must be binary, not armored format. These files typically have a .pgp or .gpg file extension. Glob wildcard patterns are also supported.
22
 
 
23
 
To load from standard input, use -path=/dev/stdin.
24
 
 
25
 
.SH CAVEATS
26
 
hockeypuck-load can place heavy load on some keyserver implementations. Use with caution, and always with permission.
27
 
 
28
 
.SH BUGS
29
 
Bugs, known issues and features in development are tracked at \fBhttps://bugs.launchpad.net/hockeypuck\fP.
30
 
 
31
 
.SH SEE ALSO
32
 
.PD 0
33
 
.TP
34
 
The OpenPGP HTTP Keyserver Protocol (HKP)
35
 
http://ietfreport.isoc.org/all-ids/draft-shaw-openpgp-hkp-00.txt
36
 
.TP
37
 
\fBhockeypuck-mgo\fP(1), \fBhockeypuck-pq\fP(1), \fBgpg\fP(1), \fBmongo\fP(1), \fIhttps://launchpad.net/hockeypuck\fP
38
 
.PD
39
 
 
40
 
.SH AUTHOR
41
 
Casey Marshall <casey.marshall@gmail.com>
42