I have purchased SSL certificate from aws certificate manager. I have a node microapplication running on an EC2 which uses that SSL through a Load Balancer.
I want to use node from an SSL url, hence will need the cert files to setup SSL in express. Unfortunatly AWS console does not have a panel to download cert files from aws console.
I am using port 8000 and that's open in the security group inbound rule.
How can I proceed further in this situation?