salt/man/saltkey.1
2011-04-01 22:04:48 -06:00

40 lines
886 B
Groff

.TH saltkey 1 "April 2011" "saltkey 0.7.0" "saltkey Manual"
.SH NAME
saltkey \- 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>