How I ended up implementing a cert-manager ACME DNS-01 solver webhook for All-Inkl.com
TL;DR: I wanted a TLS cert for an internal Keycloak, my DNS is at All-Inkl, no cert-manager webhook existed for them, so I wrote one: github.com/wenisch-tech/cert-manager-webhook-allinkl. This is the story of how a 20-minute job turned into a weekend Go project. It started with a redirect that wouldn’t redirect I was standing up a standalone Keycloak…