Browse Source

ACMEd v0.7.0

pull/22/head v0.7.0
Rodolphe Breard 5 years ago
parent
commit
8be37b7fc6
  1. 4
      CHANGELOG.md
  2. 3
      README.md
  3. 2
      acme_common/Cargo.toml
  4. 2
      acmed/Cargo.toml
  5. 2
      acmed/config/default_hooks.toml
  6. 4
      man/en/acmed.8
  7. 4
      man/en/acmed.toml.5
  8. 4
      man/en/tacd.8
  9. 2
      tacd/Cargo.toml

4
CHANGELOG.md

@ -1,5 +1,5 @@
[//]: # (Copyright 2019 Rodolphe Bréard <rodolphe@breard.tf>)
[//]: # (Copyright 2019-2020 Rodolphe Bréard <rodolphe@breard.tf>)
[//]: # (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 `_`.

3
README.md

@ -1,5 +1,5 @@
[//]: # (Copyright 2019 Rodolphe Bréard <rodolphe@breard.tf>)
[//]: # (Copyright 2019-2020 Rodolphe Bréard <rodolphe@breard.tf>)
[//]: # (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

2
acme_common/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "acme_common"
version = "0.6.1"
version = "0.7.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018"
repository = "https://github.com/breard-r/libreauth"

2
acmed/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "acmed"
version = "0.6.1"
version = "0.7.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018"
description = "ACME (RFC 8555) client daemon"

2
acmed/config/default_hooks.toml

@ -1,4 +1,4 @@
# Copyright (c) 2019 Rodolphe Bréard <rodolphe@breard.tf>
# Copyright (c) 2019-2020 Rodolphe Bréard <rodolphe@breard.tf>
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright

4
man/en/acmed.8

@ -1,10 +1,10 @@
.\" Copyright (c) 2019 Rodolphe Bréard <rodolphe@breard.tf>
.\" Copyright (c) 2019-2020 Rodolphe Bréard <rodolphe@breard.tf>
.\"
.\" 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

4
man/en/acmed.toml.5

@ -1,10 +1,10 @@
.\" Copyright (c) 2019 Rodolphe Bréard <rodolphe@breard.tf>
.\" Copyright (c) 2019-2020 Rodolphe Bréard <rodolphe@breard.tf>
.\"
.\" 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

4
man/en/tacd.8

@ -1,10 +1,10 @@
.\" Copyright (c) 2019 Rodolphe Bréard <rodolphe@breard.tf>
.\" Copyright (c) 2019-2020 Rodolphe Bréard <rodolphe@breard.tf>
.\"
.\" 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

2
tacd/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "tacd"
version = "0.6.1"
version = "0.7.0"
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
edition = "2018"
description = "TLS-ALPN Challenge Daemon"

Loading…
Cancel
Save