Skip to content

Commit 04e766f

Browse files
committed
nginx-acme-0.2.0
1 parent 1da763b commit 04e766f

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 0.2.0 (October 8, 2025)
4+
5+
Breaking changes:
6+
7+
* Per-issuer state directory is now created even if not configured.
8+
To change the prefix for default state paths, set `NGX_ACME_STATE_PREFIX`
9+
environment variable during build (e.g. to `/var/lib/nginx`).
10+
To disable the persistent state in configuration, use `state_path off`.
11+
12+
Features:
13+
14+
* The `external_account_key` directive allows configuring external account
15+
binding.
16+
* Support for the `tls-alpn-01` challenge. The `challenge` directive in the
17+
`acme_issuer` block now allows specifying a challenge to use.
18+
* Account URL now can be read from a file under state path.
19+
20+
Bugfixes:
21+
22+
* Compatibility with Dogtag PKI, EJBCA, OpenBao and Vault.
23+
* Improved logs and error reporting.
24+
* Stability and memory usage improvements.
25+
* Updated ngx-rust from git dependency to a released version.
26+
327
## 0.1.1 (August 11, 2025)
428

529
Initial release.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nginx-acme"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
publish = false

0 commit comments

Comments
 (0)