Notices
We fixed a bug that the private_key_path
option in the config.json was ignored. Instead, the fallback behaviour was always triggered to look for sk.der
in several directories. If you specified the private_key_path
, please check whether it has the correct value and points to a .der-file or otherwise remove the option to trigger the fallback behaviour again.
What's Changed
- Improvement: include all webapp locales in Dockerfile by @ivard in #37
- Fix: Dockerfile not stopping on Ctrl-C by @ivard in #38
- Fix: ensure war is named correctly and config dir is set by @ivard in #39
- Fix: private_key_path option from sample config missing by @ivard in #40
- CI/CD: ensure Gradle deps are available to dependabot by @ivard in #41
- Chore: bump vulnerable dependencies by @ivard in #42
Full Changelog: v2.2.0...v2.3.0