- Fix issue with kwargs in Ruby 3
- Fix issue with missing OpenStruct library
- Fix issue with using ruby stdlib 'resolv' on Ruby 2.6.x
- Expand Rails compatibility to include rails 7.x
- Add CircleCI Config
- Fix Rubocop warnings (now enforced by CI)
- Expand Rails compatibility to include rails 6.x
- Add small delay between DNS update and LetsEncrypt authorization request
- Add some more detailed logging during renewal sequence
- Fix ACMEv2 client integration with http validation
- Use ACMEv2 client
- Enable provisioning Wildcard certificate
- Use AWS Route53 API for creating wildcard certificate
- Allow Rails 5.2.x
- Allow Rails 5.2
- Updated Acme Client dependency
- Ability to trigger the re-generation of certificates at will (not only on a schedule)
- Make the renew_certs more modular, allowing users to specify a ERB template
- Create an installation task which creates an initializer file, if one doesn't exist?
- Initial extraction of this engine from the main application
- No new features
- Improved Test coverage