Remove the TODO file, no longer needed since I am using github and can use

issues
This commit is contained in:
Thomas S Hatch 2011-03-17 13:35:32 -06:00
parent 6de46764fe
commit f0a2788309

1
TODO
View file

@ -1 +0,0 @@
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.