full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Run HTTPS with own certificates (not via traefik)
Deploying in k8s and need to manage my own certs. How do you configure uvicorn to use your own certificates for HTTPS when deploying this app? The docker container automatically runs uvicorn but there is no config file, how can I configure the uvicorn settings?
i have same problem, not work with own certificates
@maquino1985 Can you share your k8s deployment helm? Thanks.