mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 09:15:02 +00:00
Previously the local k3d tutorial doesn't expose any services to verify the local certificate and the local dns changes work as expected. This patch adds instructions and modifies the k3d platform to work with a local mkcert certificate. A ClusterIssuer is configured to issue Certificate resources using the ca private key created my mkcert. With this patch, following the instructions results in a working and trusted httpbin resource at https://httpbin.holos.localhost This works both in Chrome and curl on the command line.