1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

migrate acme example to acme-rfc8555 (#635)

This commit is contained in:
Rob Ede
2023-09-11 00:45:01 +01:00
committed by GitHub
parent 196cb5d8b8
commit 22b4255fac
7 changed files with 374 additions and 357 deletions

View File

@ -0,0 +1,17 @@
[package]
name = "tls-acme"
version = "1.0.0"
edition = "2021"
[dependencies]
acme-rfc8555 = "0.1"
actix-files.workspace = true
actix-web = { workspace = true, features = ["rustls"] }
color-eyre = "0.6"
env_logger.workspace = true
eyre = "0.6"
log.workspace = true
reqwest = "0.11"
rustls = "0.21"
rustls-pemfile = "1"
tokio = { workspace = true, feature = ["fs"] }