0

I have created a self-signed certificate for the domain I bought, my application is hosted in aws and I am able to point nameservers to the domain.

Next I wanted to add ssl feature in my domain, I am not aware of how this process work.

How do I add my the ssl certificate which is self signed one to the domain I bought from a domain registrar (namecheap) and application is hosted in AWS?

AjayKumarBasuthkar
  • 2,885
  • 2
  • 23
  • 27
ts178
  • 321
  • 1
  • 6
  • 20

1 Answers1

1

You have a couple of things to do to get this working:

All that said, without understanding your particular use case, this isn't how I'd do this - I'd be using a load balancer and hosting the certificate in ACM while utilising it in the load balancer: https://aws.amazon.com/elasticloadbalancing/

Jorg Roper
  • 617
  • 1
  • 5
  • 12