Comment on How do I use HTTPS on a private LAN without self-signed certs?

xrun_detected@programming.dev ⁨1⁩ ⁨week⁩ ago

+1 for the letsencrypt wildcard with DNS verification, been using this for years. with dehydrated (github.com/dehydrated-io/dehydrated) you can automate renewing the certs, pretty convenient.

One thing i didn’t see mentioned yet - you can also easily create a wildcard for a subdomain of your domain, e.g. *.local.example.com. Most DNS providers let you define something like _acme-challenge.local IN TXT … so you don’t even need to define an extra zone for local.example.com. Probably makes no big difference, but i like it ^^

source
Sort:hotnewtop