Skip to content

Commit 9001518

Browse files
committed
ACME: certificate issue and renewal implementation.
1 parent 757ed61 commit 9001518

File tree

13 files changed

+1155
-16
lines changed

13 files changed

+1155
-16
lines changed

Cargo.lock

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ rust-version = "1.81.0"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13+
anyhow = "1.0.98"
1314
base64 = "0.22.1"
15+
bytes = "1.10.1"
1416
constcat = "0.6.1"
1517
futures-channel = "0.3.31"
1618
http = "1.3.1"
1719
http-body = "1.0.1"
20+
http-body-util = "0.1.3"
1821
http-serde = "2.1.1"
1922
hyper = { version = "1.6.0", features = ["client", "http1"] }
2023
libc = "0.2.174"

0 commit comments

Comments
 (0)