I\'m working on a pet project that will (eventually, when it\'s done) allow for secure file transfers (there\'s more to it than just that, but the rest isn\'t particularly r
Use self-signed certificates - this is the same as "raw" keys but easier to manage (see this question regarding how to accept or not accept a self-signed certificate in openssl).