How to generate a certificate for AWS EC2 instance part of AWS ECS ( Docker)

We have a domain(https://bloombench.com/) and our web-app uses AWS ECS docker containers and we have 3 of such EC2 instances which host the docker containers. Since the web-app is https - the socket request we make to the docker containers also have to be https to avoid mixed content error.

We already have a certificate from Let’s Encrypt for our web-app - how do I go about certificates for individual EC2 instances which are a part of AWS ECS cluster ?

Our web-app is hosted on AWS and the docker containers launch a node https server.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.