Rodolphe Bréard
23 hours ago
Failed to extract signature
8 changed files with
10 additions and
10 deletions
-
CHANGELOG.md
-
Cargo.lock
-
acme_common/Cargo.toml
-
acmed/Cargo.toml
-
man/en/acmed.8
-
man/en/acmed.toml.5
-
man/en/tacd.8
-
tacd/Cargo.toml
|
|
@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
|
|
|
|
## [Unreleased] |
|
|
|
## [0.24.0] - 2024-12-21 |
|
|
|
|
|
|
|
### Added |
|
|
|
- The file extension can now be customized. |
|
|
|
|
|
@ -4,7 +4,7 @@ version = 3 |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "acme_common" |
|
|
|
version = "0.23.0" |
|
|
|
version = "0.24.0" |
|
|
|
dependencies = [ |
|
|
|
"base64", |
|
|
|
"daemonize", |
|
|
@ -25,7 +25,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "acmed" |
|
|
|
version = "0.23.0" |
|
|
|
version = "0.24.0" |
|
|
|
dependencies = [ |
|
|
|
"acme_common", |
|
|
|
"async-lock", |
|
|
@ -1703,7 +1703,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tacd" |
|
|
|
version = "0.23.0" |
|
|
|
version = "0.24.0" |
|
|
|
dependencies = [ |
|
|
|
"acme_common", |
|
|
|
"anyhow", |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
[package] |
|
|
|
name = "acme_common" |
|
|
|
version = "0.23.0" |
|
|
|
version = "0.24.0" |
|
|
|
authors = ["Rodolphe Breard <rodolphe@what.tf>"] |
|
|
|
edition = "2018" |
|
|
|
readme = "../README.md" |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
[package] |
|
|
|
name = "acmed" |
|
|
|
version = "0.23.0" |
|
|
|
version = "0.24.0" |
|
|
|
authors = ["Rodolphe Breard <rodolphe@what.tf>"] |
|
|
|
edition = "2018" |
|
|
|
description = "ACME (RFC 8555) client daemon" |
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
.\" are permitted in any medium without royalty provided the copyright |
|
|
|
.\" notice and this notice are preserved. This file is offered as-is, |
|
|
|
.\" without any warranty. |
|
|
|
.Dd Feb 10, 2024 |
|
|
|
.Dd Dec 21, 2024 |
|
|
|
.Dt ACMED 8 |
|
|
|
.Os |
|
|
|
.Sh NAME |
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
.\" are permitted in any medium without royalty provided the copyright |
|
|
|
.\" notice and this notice are preserved. This file is offered as-is, |
|
|
|
.\" without any warranty. |
|
|
|
.Dd Feb 10, 2024 |
|
|
|
.Dd Dec 21, 2024 |
|
|
|
.Dt ACMED.TOML 5 |
|
|
|
.Os |
|
|
|
.Sh NAME |
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
.\" are permitted in any medium without royalty provided the copyright |
|
|
|
.\" notice and this notice are preserved. This file is offered as-is, |
|
|
|
.\" without any warranty. |
|
|
|
.Dd Feb 10, 2024 |
|
|
|
.Dd Dec 21, 2024 |
|
|
|
.Dt TACD 8 |
|
|
|
.Os |
|
|
|
.Sh NAME |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
[package] |
|
|
|
name = "tacd" |
|
|
|
version = "0.23.0" |
|
|
|
version = "0.24.0" |
|
|
|
authors = ["Rodolphe Breard <rodolphe@what.tf>"] |
|
|
|
edition = "2018" |
|
|
|
description = "TLS-ALPN Challenge Daemon" |
|
|
|