Skip to content

Releases: plinss/acmebot

v2.1.1

21 Apr 16:46
70c1b2e
Compare
Choose a tag to compare

Improve handling of integer config options

v2.1.0

11 Apr 08:29
7949110
Compare
Choose a tag to compare

Compute relative paths in directory settings relative to the path that the config file was found in.

Note this is a potential breaking change as previously relative paths were computed relative to the current directory when the tool was run.

v2.0.2

24 Mar 21:36
a192faa
Compare
Choose a tag to compare

Fix pre-authorizations so that wildcard overlaps aren't processed in the same order.
Improve client key file handling during re-registration.

v2.0.1

20 Mar 19:21
ca065b0
Compare
Choose a tag to compare

Add host name overlap detection for alt-names with wildcards
Improve verify host name filtering to allow wildcard matches

v2.0.0

19 Mar 22:23
Compare
Choose a tag to compare

Added ACME protocol V2 support, including the ability to issue wildcard certificates.

See https://github.com/plinss/acmebot#upgrade for upgrade notes.

v1.11.1

15 Mar 02:31
110d485
Compare
Choose a tag to compare

fix bug in previous key handling during tlsa record generation and hpkp verification

v1.11.0

15 Mar 01:12
92f4af0
Compare
Choose a tag to compare

Add previous private key support

v1.10.1

08 Mar 15:34
e7f97ab
Compare
Choose a tag to compare

Fix bug where dhparam & hpkp checks were skipped if certificates were not issued
Improve verify output for public key pins

v1.10.0

08 Mar 02:07
0ce019e
Compare
Choose a tag to compare

Added verification of OCSP staples and HPKP headers
Added colorized output
Added verification of private key size/curve
Bug fixes in computation of key expiration dates

v1.9.2

15 Feb 15:42
Compare
Choose a tag to compare

Add delay between service reload and certificate verification to allow services time to settle