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

Tech

1450 readers
174 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
top 7 comments
sorted by: hot top controversial new old
[–] shalafi@lemmy.world 1 points 17 hours 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.

[–] Corbin@programming.dev 4 points 15 hours 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.

[–] naught@sh.itjust.works 1 points 16 hours 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

[–] GreenKnight23@lemmy.world 0 points 14 hours ago

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.

[–] LastYearsIrritant@sopuli.xyz 8 points 1 day ago
[–] deur@feddit.nl -3 points 1 day ago (1 children)

This is a garbage article full of typos and incorrect information.

[–] naught@sh.itjust.works 6 points 1 day ago

I didn't catch the typos or incorrect information -- what were they?