add automatic certificate generation

This commit is contained in:
Johann150 2021-03-27 00:52:50 +01:00
parent d24db63583
commit 2213b055dc
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
22 changed files with 251 additions and 422 deletions

View file

@ -20,6 +20,7 @@ log = "0.4"
mime_guess = "2.0"
once_cell = "1.5"
percent-encoding = "2.1"
rcgen = { version = "0.8.9", features = ["pem"] }
rustls = "0.19.0"
tokio-rustls = "0.22.0"
tokio = { version = "1.2", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }