Skip to content

Commit e141b2a

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

File tree

13 files changed

+1164
-20
lines changed

13 files changed

+1164
-20
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 2 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"
@@ -29,11 +32,11 @@ zeroize = "1.8.1"
2932

3033
[dependencies.nginx-sys]
3134
git = "https://github.com/nginx/ngx-rust"
32-
rev = "95424ad7143de25124d9bedcbf9241fd72a24705"
35+
rev = "5890854d693712579bf60fe6464ae5c36d725958"
3336

3437
[dependencies.ngx]
3538
git = "https://github.com/nginx/ngx-rust"
36-
rev = "95424ad7143de25124d9bedcbf9241fd72a24705"
39+
rev = "5890854d693712579bf60fe6464ae5c36d725958"
3740
default-features = false
3841
features = ["async", "serde", "std"]
3942

0 commit comments

Comments
 (0)