I've got a bunch of servers, and I'd like to use Salt with them. During build, each host gets a RSA key-pair and a Certificate. How can I go about using these to connect my salt minions and masters?
I've got them up and communicating with the automatically created keys, I just need some direction in using these pre-existing keys. Any help is appreciated.
Thanks a lot!
There are multiple options:
salt-key
command to create the keys and call salt-bootstrap
directly (passing the keys in a directory with the -k
parameter)