0
votes

I am new to AWS, have hosted a PHP Application on Ubuntu(AWS - Free Tier).

I have obtained a SSL using Certificate Manager. I would like to use that for the site.

I installed a self signed certificate, and is reflecting, but unable to use the SSL provided by AWS. I tried using Load Balancer, but unable to install that certificate.

1
How are you trying to install the certificate in Load Balancer? And what err are you getting?error2007s

1 Answers

2
votes

From your comment the domain should point to the C-Name of the load balancer which in your case is not happening. You have to point the Domain to the Load balancer C-name by changing the DNS. Once that DNS points to the load balancer then it will start serving the SSL certificate as your SSL certificate was added to the ELB.