enabling ssl certificate to aws ec2 instance
if we run an aws ec2 instance and set the inbound rule to access certain port, then running an app on that port (like 0.0.0.0:3000) enables us to access the app from the public ipv4 address of the instance (like 3.135.222.337:3000). running some apis, or webapps in that port can be then accessed from http://3.135.222.337:3000. How to enable ssl certificate to this address? like https://3.135.222.337:3000. using nginx, or anything.