How to use SSL on AWS EC2
- by Aubada Taljo
Hello
I have an AWS EC2 account and I am running an instance that serves as a web host for my PHP website... This is a private website that has no UI but only URLs to be requested by my other software to get some response from the server...
I want the requests (that I send to the server) to be secured so I want to use https instead of http... so what should I do to achieve that?
PS: I found this link while searching... but I don't know how useful it's in my situation
http://matt-darby.com/posts/690-aws-ec2-and-ssl
Thanks in advance
Good luck