Introduction
Dynamic DNS is one of those things that sounds trivial until it breaks your entire remote access setup.
Because #lazy, I was relying on the router’s built-in DDNS (noip.com), which worked… until it didn’t. The DNS record stopped reflecting the actual WAN IP, and suddenly my WireGuar...
Motivation
Centralizing certificate issuance is step one. Step two is making nodes consume that certificate automatically, without copying files by hand like it’s a 2004 LAN party.
In this guide we’ll pull the wildcard cert for yourdomain.com from a “cert VM”, store it locally, and use it in...
Motivation
When running multiple services in a #homelab, private certificates become a nuance, also, when sharing these services with other people it can become a "support nightmare" the security risks notifications in browsers for non tech-users.
By enabling one Debian VM/LXC container as the...