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:
17
https-tls/acme-letsencrypt/Cargo.toml
Normal file
17
https-tls/acme-letsencrypt/Cargo.toml
Normal 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"] }
|
Reference in New Issue
Block a user