####how to create a self signed certificate and upload to AWS AMI
openssl genrsa -out my-private-key.pem 2048
openssl req -sha256 -new -key my-private-key.pem -out csr.pem
You will be asked with these questions ( more info: http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/ssl-server-cert.html )
Country Name (2 letter code) [AU]:US
State or Province Name (full name) [Some-State]:TEXAS