Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -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`