Skip to content

1.26.0

Compare
Choose a tag to compare
@e3ndr e3ndr released this 06 Jun 19:10
· 39 commits to master since this release
  • You can now automatically issue certificates via Let's Encrypt!
    • When enabled, Katana will check every 8 hours for a certificate that is going to expire in 28 days (keeping in-line with Let's Encrypt's recommendations).
    • Right now, only HTTP validation is supported. Which means you cannot use a wildcard domain, and you MUST have Katana able to receive traffic on port 80. Katana will warn you if your server doesn't listen on 80, but it will still attempt validation anyways (for advanced port-routing setups, like in Docker)
  • Katana will now hot-reload the SSL certificates if all three files change.
  • We had to change how Katana is packaged. Now, when starting Katana, you have to specify the BouncyCastle jar libraries. Provided in the zip file is a start.sh/start.bat which should work for most people.