You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.