this post was submitted on 03 Jul 2025
57 points (95.2% liked)

Tech

1462 readers
352 users here now

A community for high quality news and discussion around technological advancements and changes

Things that fit:

Things that don't fit

Community Wiki

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 days ago (3 children)

I understand all the tech, except why I, as a home user, might want this. For that matter, what's in it for a business user?

I've hosted a dozen different servers from home. FTP, HTTPS, SSH, the usual. What's the advantage of giving up the flexibility of my DNS name? I might save a few bucks a year with Namecheap?

Not saying this is dumb or completely useless, just not seeing much application.

[–] [email protected] 4 points 2 days ago

This is for short-lived cloud-allocated (virtual) machines which have an IPv4 address but not necessarily a DNS presence. When there are more than a handful of machines, name management becomes its own unique pain; often, the domain names of such a machine are an opaque string of numbers under some subdomain, and managing the name is not different from managing the raw IP address instead. Similarly, for the case of many machines all serving a wildcard (e.g. a parking page) allocating a single IP-address certificate might be preferable to copying the wildcard certificate to each machine.

As you point out, though, SSH exists and has accumulated several decades of key-management theory. Using HTTPS instead of SSH for two machines with one owner is definitely not what I would do. I've worked at all scales from homelabs to Google and I can't imagine using IP-address certificates for any of it.

Now, with all of that said, if Let's Encrypt were available over e.g. Yggdrasil then there would be a use-case for giving certificates directly to IPv6 addresses and extending PKI to the entire Yggdrasil VPN. That seems like a stretch though.

[–] [email protected] 1 points 2 days ago (1 children)

I run multiple services on intranet, still use SSL. Why? because should my network ever become compromised it's one more layer of security that will secure my data before I know what's going on.

[–] [email protected] 2 points 15 hours ago

Not sure what putz downvoted this, it's absolutely true. All it takes is one compromised device joining your lan and setting up a packet sniffer and any unencrypted services are vulnerable.

[–] [email protected] 0 points 2 days ago

I think literally just the "nominal fee" for the domain name. Sometimes you host a microservice or something on a laptop on your lan and don't feel like throwing it on a domain or even subdomain, but you want/need https . The applications seem limited indeed