0.2.10 - 2020/08/12
- Increased plugin priority to run before all the auth plugins. This ensures the ACME
validation endpoints
/.well-known/acme-challenge/*
doesn't get blocked by auth plugins, causing validation failures.
0.2.9 - 2020/08/04
- Fix renewal in database mode.
0.2.8 - 2020/07/30
- Fix sanity check params to correctly test flow only.
0.2.7 - 2020/06/29
- Fix plugin schmea to accept
tls_verify
andtls_server_name
parameter to vault storage.
0.2.6 - 2020/06/26
- Add new
tls_verify
andtls_server_name
parameter to vault storage. - Prepare backward compat for next lua-resty-acme release
0.2.5 - 2020/06/04
- Rename API endpoints to be RESTful.
api_uri
includes/directory
part by default.
0.2.4 - 2020/05/26
- Add endpoints to actively create and renew certificates.
- Cleanup renew config when the certificate is deleted in the storage.
0.2.3 - 2020/05/18
- Bump lua-resty-acme to get better error handling.
0.2.2 - 2020/02/11
- Change the plugin priority to ensure uniqueness among Kong bundled plugins
0.2.1 - 2020/01/23
- Make tests more resilient
0.2.0 - 2019/12/18
- Breaking change: this plugin now can only configured as global plugin.
- Add support for dbless mode.
- Add
tos_accepted
to plugin config if using Let's Encrypt. - Add
domains
to plugin config to include domains that needs certificate.
0.1.2 - 2019/12/16
- Fix some typos in tests.
0.1.1 - 2019/12/12
- Remove BasePlugin dependency.
0.1.0 - 2019/12/12
- Initial release of ACME plugin for Kong.