Skip to content

Releases: hlandau/acmetool

v0.0.67

Choose a tag to compare

@hlandau hlandau released this 12 Feb 23:37
v0.0.67
221ea15
v0.0.67: Fix ppc64le PPA/COPR builds

v0.0.66

Choose a tag to compare

@hlandau hlandau released this 12 Feb 22:51
v0.0.66
142a638
v0.0.66: Fixes for PPAs and copr

v0.0.65

Choose a tag to compare

@hlandau hlandau released this 12 Feb 22:18
v0.0.65
6931439
v0.0.65: Change build list

Remove solaris build because it's breaking and I'm not familiar with
solaris. Add ppc64/ppc64le builds for Linux.

No code changes.

v0.0.63

Choose a tag to compare

@hlandau hlandau released this 20 Jan 04:37
v0.0.63
92d1925
v0.0.63: Fix UUID library build issue

v0.0.62

Choose a tag to compare

@hlandau hlandau released this 09 Dec 03:20
v0.0.62
2c2e661
v0.0.62: Miscellaneous tweaks

Updated Let's Encrypt agreement URL in example response file.

Now builds for current Go 1.x version in Travis rather than Go 1.8.

More error details are now available for challenge errors in the acmeapi
package.

Error when trying to prompt the user in non-interactive mode now advises
user to remove --batch flag.

v0.0.61

Choose a tag to compare

@hlandau hlandau released this 19 Aug 20:27
v0.0.61
1cda304
v0.0.61: Miscellaneous fixes

Bugfixes:

- Fix OCSP URL regexps for Let's Encrypt.
- Documentation: The Let's Encrypt client is now called "certbot".
- Switch to building with Go 1.8.
- Fixes to the default reload for init.d scripts.
- Allow redirector status code to be configured.
- Fix import path for square/go-jose.
- Use more compatible group name for permissions file parser tests.
- nsupdate example script fixes.

v0.0.59

Choose a tag to compare

@hlandau hlandau released this 17 Feb 11:33
v0.0.59
v0.0.59: Miscellaneous changes.

Better hostname validation in "acmetool want".
Allow environment variables to be passed to challenge hooks.
Allow acmeapi to obtain new nonces if the nonce pool is depleted.
Don't attempt fdb permission tests on non-cgo builds.
Add read/write timeouts to redirector.
Allow hidden files within the state directory.

v0.0.58: Conform HTTP self-test behaviour to that of Let's Encrypt

Choose a tag to compare

@hlandau hlandau released this 03 Sep 13:06
v0.0.58
Builds are now made using Go 1.7.

v0.0.57

Choose a tag to compare

@hlandau hlandau released this 31 Aug 08:30
v0.0.57
v0.0.57: Fix TLS-SNI hook invocation.

v0.0.56: Import PEM Account Key Command, OCSP Must-Staple Fixes

Choose a tag to compare

@hlandau hlandau released this 05 Aug 02:58
v0.0.56
Adds an `import-pem-account` command which can import an account key stored in
PEM format. This complements the existing `import-jwk-account` command which
can import an account key stored in JWK format.

Fixes a bug whereby OCSP must-staple requests in CSRs would not be generated
correctly.

Expose raw response in OCSP API.

Fixes to makefile for freebsd. GNU make must still be used.

Release engineering fixes.