Explanation
Configures Uvicorn to serve over HTTPS with SSL certificates
Examples
Run with HTTPS
uvicorn main:app --ssl-keyfile key.pem --ssl-certfile cert.pem
Configures Uvicorn to serve over HTTPS with SSL certificates
Run with HTTPS
uvicorn main:app --ssl-keyfile key.pem --ssl-certfile cert.pem