Formatted all pages according to guidelines.
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
# salt-key
|
||||
|
||||
> Manages salt minion keys on the salt master
|
||||
> Needs to be run on the salt master, likely as root or with sudo
|
||||
> Manages salt minion keys on the salt master.
|
||||
> Needs to be run on the salt master, likely as root or with sudo.
|
||||
|
||||
- List all accepted, unaccepted and rejected minion keys
|
||||
- List all accepted, unaccepted and rejected minion keys:
|
||||
|
||||
`salt-key -L`
|
||||
|
||||
- Accept or reject a minion key by name
|
||||
- Accept or reject a minion key by name:
|
||||
|
||||
`salt-key -a {{MINION_ID}}`
|
||||
`salt-key -r {{MINION_ID}}`
|
||||
|
||||
- Print fingerprints of all public keys
|
||||
- Print fingerprints of all public keys:
|
||||
|
||||
`salt-key -F`
|
||||
|
Reference in New Issue
Block a user