Skip to content

Commit

Permalink
add basic tls setup with self-signed certs
Browse files Browse the repository at this point in the history
  • Loading branch information
dkales committed Sep 10, 2024
1 parent 5eb6309 commit 8c4cd1c
Show file tree
Hide file tree
Showing 10 changed files with 355 additions and 94 deletions.
184 changes: 181 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions iris-mpc-upgrade/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ tracing-subscriber.workspace = true

mpc-uniqueness-check = { package = "mpc", git = "https://github.com/worldcoin/mpc-uniqueness-check", rev = "4d38402" }
indicatif = "0.17.8"
tokio-rustls = "0.24.1"
rustls = "0.21.12"
webpki-roots = "0.25.4"
tokio-rustls = "0.26.0"
rustls = "0.23.12"
rustls-pemfile = "2.1.3"
rcgen = "0.13.1"

[dev-dependencies]
float_eq = "1"
Expand Down
Loading

0 comments on commit 8c4cd1c

Please sign in to comment.