Skip to content

Commit

Permalink
Merge pull request #24 from superfly/tls-gen
Browse files Browse the repository at this point in the history
TLS certs generation commands + mutual TLS support
  • Loading branch information
jeromegn authored Aug 17, 2023
2 parents 5d126e4 + ea1a344 commit 7edfd9e
Show file tree
Hide file tree
Showing 17 changed files with 746 additions and 216 deletions.
122 changes: 121 additions & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ http-body = "0.4.5"
rhai = { version = "1.15.1", features = ["sync"] }
quinn = "0.10.2"
quinn-plaintext = "0.1.0"
rcgen = { version = "0.11.1", features = ["x509-parser"] }

[profile.release]
debug = 1
Expand Down
Loading

0 comments on commit 7edfd9e

Please sign in to comment.