1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 07:18:29 +01:00
tldr/pages/common/salt-key.md

18 lines
356 B
Markdown
Raw Normal View History

2014-07-27 21:36:19 +02:00
# salt-key
2015-10-22 09:31:52 +02:00
> Manages salt minion keys on the salt master.
> Needs to be run on the salt master, likely as root or with sudo.
2014-07-27 21:36:19 +02:00
- List all accepted, unaccepted and rejected minion keys:
2014-07-27 21:36:19 +02:00
`salt-key -L`
- Accept or reject a minion key by name:
2014-07-27 21:36:19 +02:00
`salt-key -a {{MINION_ID}}`
`salt-key -r {{MINION_ID}}`
- Print fingerprints of all public keys:
2014-07-27 21:36:19 +02:00
`salt-key -F`