mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Add saltkey man page
This commit is contained in:
parent
a18f741b69
commit
d5934fb2eb
1 changed files with 39 additions and 0 deletions
39
man/saltkey.1
Normal file
39
man/saltkey.1
Normal 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>
|
Loading…
Add table
Reference in a new issue