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

18 lines
351 B
Markdown
Raw Normal View History

2014-07-27 12:36:19 -07:00
# salt-key
2015-10-22 15:31:52 +08:00
2014-07-27 12:36:19 -07:00
> 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
`salt-key -L`
- Accept or reject a minion key by name
`salt-key -a {{MINION_ID}}`
`salt-key -r {{MINION_ID}}`
- Print fingerprints of all public keys
`salt-key -F`