[FEATURE] Docs: explain how to deploy WSS in local server with own generated certificate #6649
Answered
by
ZetsubouCode
ZetsubouCode
asked this question in
Questions
-
Beta Was this translation helpful? Give feedback.
Answered by
ZetsubouCode
May 20, 2021
Replies: 1 comment
-
|
Turns out, i just need to setting the docker file that i used. uvicorn example:app --port 5000 --ssl-keyfile=./key.pem --ssl-certfile=./cert.pemThe documentation is in starlette. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tiangolo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Turns out, i just need to setting the docker file that i used.
I just need add several word in the uvicorn command, like this
The documentation is in starlette.