Add saltkey man page

This commit is contained in:
Thomas S Hatch 2011-04-01 21:58:45 -06:00
parent a18f741b69
commit d5934fb2eb

39
man/saltkey.1 Normal file
View file

@ -0,0 +1,39 @@
.TH saltkey 1 "April 2011" "saltkey 0.7.0" "saltkey Manual"
.SH NAME
salt \- Public key management for salt
.SH SYNOPSIS
.B saltkey [ options ]
.SH DESCRIPTION
Saltkey executes simple management of salt server public keys used for authentication.
.SH OPTIONS
.TP
-h, --help
Print a usage message briefly summarizing these command-line options.
.TP
-l, --list
List the unaccepted minion public keys.
.TP
-L, --list-all
List all public keys on this salt master, both accepted and pending acceptance.
.TP
-a ACCEPT, --accept=ACCEPT
Accept the named minion public key for command execution.
.TP
-A, --accept-all
Accepts all pending public keys.
.TP
-c CONFIG, --config=CONFIG
The master configuration file needs to be read to determine where the salt keys are stored via the pki_dir configuration value; default=/etc/salt/master
.SH AUTHORS
Thomas S. Hatch <thatch@gmail.com>