I am trying to deploy a server (Rasa) on EC2 like here. I have it running on an AWS EC2 Instance, but only using HTTP. I want to secure the communication with SSL, but I’m not sure how.
I have made a domain through AWS Route 53, which I connected to my EC2 instance following this guide. Then, I created a certificate for that domain on AWS Certificate Manager.
Now, I’m unsure of what to do now. How do I create a key corresponding to my SSL Certificate? And how do I configure the certificate and the key to my EC2 instance?