How to secure a fastapi app hosted on EC2 instance with a self-signed SSL certificate? – Nginx
I have a Fastapi app hosted on EC2 instance using docker-compose.yml. Currently, the app is not secured (HTTP & not HTTPS). I am trying to secure the app via a self-signed cert by following the tutorial Deploy your FastAPI API…