2011-05-13 22:49:43 -06:00
|
|
|
.TH salt-key 1 "May 2011" "salt-key 0.8.7" "salt-key Manual"
|
2011-04-01 21:58:45 -06:00
|
|
|
|
|
|
|
.SH NAME
|
2011-05-13 22:49:43 -06:00
|
|
|
salt-key \- Public key management for salt
|
2011-04-01 21:58:45 -06:00
|
|
|
|
|
|
|
.SH SYNOPSIS
|
2011-05-14 17:14:24 -06:00
|
|
|
.B salt-key [ options ]
|
2011-04-01 21:58:45 -06:00
|
|
|
|
|
|
|
.SH DESCRIPTION
|
2011-05-13 22:49:43 -06:00
|
|
|
Salt-key executes simple management of salt server public keys used for authentication.
|
2011-04-01 21:58:45 -06:00
|
|
|
|
|
|
|
.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
|
2011-05-26 12:17:02 +01:00
|
|
|
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
|
2011-04-01 21:58:45 -06:00
|
|
|
|
|
|
|
|
|
|
|
.SH AUTHORS
|
|
|
|
Thomas S. Hatch <thatch@gmail.com>
|