Releases: eggsampler/acme
Releases · eggsampler/acme
v3.6.1
v3.6.0 - Add 'draft-ietf-acme-ari-03' support
v3.5.0 - Add 'dns-account-01' support
Implements the "dns-account-01" challenge type as specified in:
Thank you @sheurich !
v3.4.0 - ARI Support
- Add support for ACME Renewal Information (ARI)
- Move CI from Travis to GitHub Actions
v3.3.0
- Support p224 keys
- Fixed failing tests for boulder root certs
v3.2.0 - Support for External Account Binding
- Add support for external account binding as per RFC8555 section 7.3.4
- This provides support for alternative acme servers such as ZeroSSL
- See the zerossl example for a simple usage example
- Update jws code as per golang/crypto@e7c4368
- Updated certbot example to demonstrate how to use dns challenges #16 95e063e
- More test coverage