Skip to content

Releases: iqe/koni

Modernize and fix security issues

16 Feb 16:00
@iqe iqe

Choose a tag to compare

Maintenance release to keep up with latest Go stuff.

  • Update all dependencies
  • Switch from Macaron to chi + net/http
  • Add request parameter validation

Everything authored by Claude Code

Unbreak Let's Encrypt support

24 Jan 09:26
@iqe iqe

Choose a tag to compare

Update all dependencies and fix handling of TLS ALPN.
This makes certification requests to Let's Encrypt work again.

Use acme v02 by default

10 Sep 15:03
@iqe iqe

Choose a tag to compare

Update config example and default URLs to use v02 of the acme API.
V01 is long gone and no longer supported by Let's Encrypt.

Only allow TLS >= TLS 1.2

26 Apr 06:21
@iqe iqe
3c4e6a2

Choose a tag to compare

v0.4.1

Only allow >= TLS 1.2

Apple mobileconfig support and easier debugging

25 Jan 09:16
@iqe iqe

Choose a tag to compare

Koni now supports generation of mobileconfig.xml files for iPads and iPhones:

https://koni.example.com/mobileconfig.xml?emailaddress=me@example.com

Ro enable complete request/response logging, set the following in koni.conf:

debug = yes

First version that seems to work OK

27 Sep 09:14
@iqe iqe

Choose a tag to compare

Pre-release
v0.3.0

Various fixes