Skip to content

Releases: plinss/acmebot

v1.9.1

14 Feb 19:12
Compare
Choose a tag to compare

Fix bug in verification configuration handling

v1.9.0

14 Feb 18:42
Compare
Choose a tag to compare

Added optional certificate installation verification

v1.8.1

23 Nov 23:23
0332a0a
Compare
Choose a tag to compare

Add deployment hooks for full_certificate, chain, and full_key files

v1.8

08 Nov 21:26
Compare
Choose a tag to compare

Add configurable hooks called when DNS and files are updated

v1.7

14 Oct 20:42
Compare
Choose a tag to compare

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

03 Jul 15:53
Compare
Choose a tag to compare

Verify serial number of saved OCSP responses, prevents reuse when certificates are renewed

v1.6

02 Jul 18:42
Compare
Choose a tag to compare

This releases add OCSP response file management.

Note install requirements have changed, if upgrading, run sudo pip3 install -r requirements.txt.

v1.5.1

26 Jun 04:28
Compare
Choose a tag to compare

Fix for compatibility with Python 3.4

v1.5

26 Jun 03:49
Compare
Choose a tag to compare

Incorporate bug fixes since last release, improve error handling, improve defaults, improve install process