Support connecting to the uplink over SPKI-pinned TLS
All checks were successful
CI / check (push) Successful in 5m26s

This commit is contained in:
Jean Chevronnet 2026-07-21 13:48:50 +00:00
parent 3b76454586
commit cb552c04b0
No known key found for this signature in database
6 changed files with 242 additions and 7 deletions

View file

@ -67,6 +67,7 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tokio-rustls = "0.26.4"
rustls-pemfile = "2.2.0"
x509-cert = "0.2"
tonic = { version = "0.12", features = ["tls"] }
axum = "0.7"
axum-server = { version = "0.7", features = ["tls-rustls"] }