salt-key
all
Manage salt minion keys on the salt master. Needs to be run on the salt master, likely as root or with sudo.
More info →Options (4)
-L, --list-allbooleanList all accepted, unaccepted, and rejected minion keys
Example:
salt-key {{[-L|--list-all]}}-a, --accept-allbooleanAccept a minion key by name
Example:
salt-key {{[-a|--accept-all]}} {{MINION_ID}}-r, --rejectbooleanReject a minion key by name
Example:
salt-key {{[-r|--reject]}} {{MINION_ID}}-F, --finger-allbooleanPrint fingerprints of all public keys
Example:
salt-key {{[-F|--finger-all]}}made by @shridhargupta | data from tldr-pages