An assignment as part of a B.Sc in Computer Science. A client & server interface, over SSL
Based on the guidelines of this task
x509 certificate files were created using the command
openssl req -new -newkey rsa:2048 -nodes -keyout privateKey.key -out server.crt -x509 -days 365 -subj "/C=US/ST=CA/L=San Francisco/O=My Organization/CN=localhost"
run python server.py
run python client.py