1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/salt-key.md
Juri Dispan 0f0c9da99e
*: replace dead more information links (#11542)
* *: replace dead more informtion links

* dolt

* Apply suggestions from code review

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-19 22:07:13 +01:00

21 lines
462 B
Markdown

# salt-key
> Manages salt minion keys on the salt master.
> Needs to be run on the salt master, likely as root or with sudo.
> More information: <https://docs.saltproject.io/en/latest/ref/cli/salt-key.html>.
- List all accepted, unaccepted and rejected minion keys:
`salt-key -L`
- 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:
`salt-key -F`