Axum + TLS | How to specify config?
Before axum I’ve worked with rust rocket framework. Rocket provides special file Rocket.toml
where configuration can be specified. In there I wrote key and certs paths, but how to do the same in axum?
Axum + TLS | How to specify config?
Before axum I’ve worked with rust rocket framework. Rocket provides special file Rocket.toml
where configuration can be specified. In there I wrote key and certs paths, but how to do the same in axum?