Relative Content

Tag Archive for sslrusttls1.2rust-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?

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?