views:

39

answers:

0

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?

Thanks in advance

Good luck