From 8be37b7fc6dbb68b9d07ebdf16e3014aa0f39472 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 12 Mar 2020 20:19:12 +0100 Subject: [PATCH] ACMEd v0.7.0 --- CHANGELOG.md | 4 ++-- README.md | 3 ++- acme_common/Cargo.toml | 2 +- acmed/Cargo.toml | 2 +- acmed/config/default_hooks.toml | 2 +- man/en/acmed.8 | 4 ++-- man/en/acmed.toml.5 | 4 ++-- man/en/tacd.8 | 4 ++-- tacd/Cargo.toml | 2 +- 9 files changed, 14 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5414ff..39ffbbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -[//]: # (Copyright 2019 Rodolphe Bréard ) +[//]: # (Copyright 2019-2020 Rodolphe Bréard ) [//]: # (Copying and distribution of this file, with or without modification,) [//]: # (are permitted in any medium without royalty provided the copyright) @@ -13,7 +13,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.7.0] - 2020-03-12 ### Added - Wildcard certificates are now supported. In the file name, the `*` is replaced by `_`. diff --git a/README.md b/README.md index 9566ca4..dcb3683 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[//]: # (Copyright 2019 Rodolphe Bréard ) +[//]: # (Copyright 2019-2020 Rodolphe Bréard ) [//]: # (Copying and distribution of this file, with or without modification,) [//]: # (are permitted in any medium without royalty provided the copyright) @@ -20,6 +20,7 @@ The Automatic Certificate Management Environment (ACME), is an internet standard - http-01, dns-01 and [tls-alpn-01](https://tools.ietf.org/html/rfc8737) challenges - RSA 2048, RSA 4096, ECDSA P-256 and ECDSA P-384 certificates +- Internationalized domain names support - Fully customizable challenge validation action - Fully customizable archiving method (yes, you can use git or anything else) - Nice and simple configuration file diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index 011af60..17a9890 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acme_common" -version = "0.6.1" +version = "0.7.0" authors = ["Rodolphe Breard "] edition = "2018" repository = "https://github.com/breard-r/libreauth" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 2b5728f..a13461d 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acmed" -version = "0.6.1" +version = "0.7.0" authors = ["Rodolphe Breard "] edition = "2018" description = "ACME (RFC 8555) client daemon" diff --git a/acmed/config/default_hooks.toml b/acmed/config/default_hooks.toml index 0120b02..34e54e6 100644 --- a/acmed/config/default_hooks.toml +++ b/acmed/config/default_hooks.toml @@ -1,4 +1,4 @@ -# Copyright (c) 2019 Rodolphe Bréard +# Copyright (c) 2019-2020 Rodolphe Bréard # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright diff --git a/man/en/acmed.8 b/man/en/acmed.8 index d94dd29..f7395cc 100644 --- a/man/en/acmed.8 +++ b/man/en/acmed.8 @@ -1,10 +1,10 @@ -.\" Copyright (c) 2019 Rodolphe Bréard +.\" Copyright (c) 2019-2020 Rodolphe Bréard .\" .\" Copying and distribution of this file, with or without modification, .\" 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 October 13, 2019 +.Dd March 12, 2020 .Dt ACMED 8 .Os .Sh NAME diff --git a/man/en/acmed.toml.5 b/man/en/acmed.toml.5 index fa51da0..6ab9438 100644 --- a/man/en/acmed.toml.5 +++ b/man/en/acmed.toml.5 @@ -1,10 +1,10 @@ -.\" Copyright (c) 2019 Rodolphe Bréard +.\" Copyright (c) 2019-2020 Rodolphe Bréard .\" .\" Copying and distribution of this file, with or without modification, .\" 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 October 13, 2019 +.Dd March 12, 2020 .Dt ACMED.TOML 5 .Os .Sh NAME diff --git a/man/en/tacd.8 b/man/en/tacd.8 index dde1fe8..5ef72bb 100644 --- a/man/en/tacd.8 +++ b/man/en/tacd.8 @@ -1,10 +1,10 @@ -.\" Copyright (c) 2019 Rodolphe Bréard +.\" Copyright (c) 2019-2020 Rodolphe Bréard .\" .\" Copying and distribution of this file, with or without modification, .\" 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 October 13, 2019 +.Dd March 12, 2020 .Dt TACD 8 .Os .Sh NAME diff --git a/tacd/Cargo.toml b/tacd/Cargo.toml index 6fd4fb8..015babb 100644 --- a/tacd/Cargo.toml +++ b/tacd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tacd" -version = "0.6.1" +version = "0.7.0" authors = ["Rodolphe Breard "] edition = "2018" description = "TLS-ALPN Challenge Daemon"