From 64e7d80f7c1c3869461d8ee83d07db747838facc Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 27 Aug 2020 11:29:44 +0200 Subject: [PATCH] Improve the CHANGELOG --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf29cf6..50a4eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- The account key type and signature algorithm can now be specified in the configuration. +- The account key type and signature algorithm can now be specified in the configuration using the `key_type` and `signature_algorithm` parameters. - The delay to renew a certificate before its expiration date can be specified in the configuration using the `renew_delay` parameter at either the certificate, endpoint and global level. -- It is now possible to specify IP identifiers (RFC 8738). +- It is now possible to specify IP identifiers (RFC 8738) using the `ip` parameter instead of the `dns` one. - The hook templates of type `challenge-*` have a new `identifier_tls_alpn` field which contains, if available, the identifier in a form that is suitable to the TLS ALPN challenge. - Globing is now supported for configuration files inclusion. +- The CSR's digest algorithm can now be specified using the `csr_digest` parameter. ### Changed - In the certificate configuration, the `domains` field has been renamed `identifiers`.