How to use SSL on AWS EC2

Posted by Aubada Taljo on Server Fault See other posts from Server Fault or by Aubada Taljo
Published on 2010-09-15T15:33:53Z Indexed on 2011/01/01 20:55 UTC
Read the original article Hit count: 237

Filed under:
|
|
|
|

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

© Server Fault or respective owner

Related posts about php

Related posts about ssl