Support connecting to the uplink over SPKI-pinned TLS
All checks were successful
CI / check (push) Successful in 5m26s
All checks were successful
CI / check (push) Successful in 5m26s
This commit is contained in:
parent
3b76454586
commit
cb552c04b0
6 changed files with 242 additions and 7 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue