Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: hlandau/acmetool

v0.0.67

12 Feb 23:37
v0.0.67
221ea15

Choose a tag to compare

v0.0.67: Fix ppc64le PPA/COPR builds

v0.0.66

12 Feb 22:51
v0.0.66
142a638

Choose a tag to compare

v0.0.66: Fixes for PPAs and copr

v0.0.65

12 Feb 22:18
v0.0.65
6931439

Choose a tag to compare

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

20 Jan 04:37
v0.0.63
92d1925

Choose a tag to compare

v0.0.63: Fix UUID library build issue

v0.0.62

09 Dec 03:20
v0.0.62
2c2e661

Choose a tag to compare

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

19 Aug 20:27
v0.0.61
1cda304

Choose a tag to compare

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

17 Feb 11:33
v0.0.59

Choose a tag to compare

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

03 Sep 13:06
v0.0.58

Choose a tag to compare

v0.0.57

31 Aug 08:30
v0.0.57

Choose a tag to compare

v0.0.57: Fix TLS-SNI hook invocation.

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

05 Aug 02:58
v0.0.56

Choose a tag to compare

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.