This commit is contained in:
Thomas S Hatch 2011-02-20 13:27:06 -07:00
parent 7578c4d9f4
commit ca44f82343

1
TODO Normal file
View File

@ -0,0 +1 @@
Salt is a remote execution system that uses zeromq and pycrypto, the idea is that commands are published to listening clients and then the clients return the results in an encrypted package. Encryption is done with rsa keys and only the package is encrypted, so we don't need certs, everything will we done with simple rsa keys.