To run this example:
- Generate a valid key/cert pair for the server and place them somewhere accessible (preferably in this folder).
- Rename
.env-exampleto.envand replace the placeholder values with the paths to the key and cert files. - Run the server with
cargo run. The server will be accessible athttps://localhost:5000.