I've created a simple Node js application with an endpoint that I want to hit from some html.
I have the node application running on a Windows EC2 instance and everything seems to be working well. I can hit the endpoint from the domain which is owned on GoDaddy.
The problem I am having is with SSL certification. I've tried looking into load balancers but I can't seem to find where the private key is supposed to come from. Therefore I can't create the load balancer since I get get the cert working.
I have the other two cert files and a private key that is not RSA signed and is just a text file. No .key file. Am I supposed to create the cert on my instance?
Is there any code that needs to be added to my node application? I'm struggling to get this going and I need my domain to be HTTPS.