Releases: plinss/acmebot
Releases · plinss/acmebot
v1.9.1
Fix bug in verification configuration handling
v1.9.0
Added optional certificate installation verification
v1.8.1
Add deployment hooks for full_certificate, chain, and full_key files
v1.8
Add configurable hooks called when DNS and files are updated
v1.7
Reduce normal output to basic operations (key generation, certificate installation). Previous level of output can be obtained via the --verbose
option. The former --verbose
level of output can now be obtained via the --detail
option.
Refactored dns lookup code and added automatic retries for SERVFAIL responses.
v1.6.1
Verify serial number of saved OCSP responses, prevents reuse when certificates are renewed
v1.6
This releases add OCSP response file management.
Note install requirements have changed, if upgrading, run sudo pip3 install -r requirements.txt
.
v1.5.1
Fix for compatibility with Python 3.4
v1.5
Incorporate bug fixes since last release, improve error handling, improve defaults, improve install process