mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
salt-key: split combined examples.
This commit is contained in:
parent
4c5b0ac222
commit
16549758f1
1 changed files with 4 additions and 1 deletions
|
@ -7,9 +7,12 @@
|
|||
|
||||
`salt-key -L`
|
||||
|
||||
- Accept or reject a minion key by name:
|
||||
- Accept a minion key by name:
|
||||
|
||||
`salt-key -a {{MINION_ID}}`
|
||||
|
||||
- Reject a minion key by name:
|
||||
|
||||
`salt-key -r {{MINION_ID}}`
|
||||
|
||||
- Print fingerprints of all public keys:
|
||||
|
|
Loading…
Add table
Reference in a new issue