-
v2.4.1
Fix typos on log messages. Thanks [cpswan](https://github.com/Trim/acme-dns-tiny/pull/6).
-
v2.4
Feature fixed on v2.4: * correctly retrieve account information when it was already registred (afb7e988) * when DNS Host configuration is an IP address, use it correctly as name server (2776348a) * improve code stability by following hints from [pyright](https://github.com/microsoft/pyright) (raises more explicit errors, fix function return type...) Continuous Integration: * Remove tests for Debian Jessie and add tests for Debian Bullseye (a745e655) * Validate all tests with the [pebble](https://github.com/letsencrypt/pebble) tiny ACME server Documentation: * Move documentation from wiki to [`/documentations`](./documentations) directory so we can always synchronize it with code
-
v2.3Release Maintenance release v2.3
Maintenance release v2.3 Feature fixed on v2.3: * fix compatibility with dnspython 2.0 (#11) * fix issue when trying to apply DNS update on secondary server (thanks Sebastian Koechlin) * fix debug message when CNAME was not found * fix test chain assertion (a chain contains more than 1 certificate) Feature added: * skip already validated authorization challenge Continuous Integration improvement: * Debian Stretch tests were using Debian Jessie image * Enable Docker build uses [BUILDKIT](https://docs.docker.com/develop/develop-images/build_enhancements/) and the `overlay2` filesystem driver Other: * the .gitignore file has been simplified
-
v1.5
A bit of code rework to be more clear, simpler unit tests and support for Windows end of lines (not tested on this OS, feedbacks are welcome !)
-
v1.4
* use Nonce received in latest ACME server response if available * Added a script to implement account key rollover * Moved aside the script used to delete account key
-
v1.2
* Add tests to cover more code * Clean a bit info messages * Fix typos