Live data from Hacker News

6-Day and IP Address Certificates Are Generally Available

letsencrypt.org

231–240 of 290 posts

Re: 6-Day and IP Address Certificates Are Generally Available

#231

Why 6 day and not 8? - 8 is a lucky number and a power of 2 - 8 lets me refresh weekly and have a fixed day of the week to check whether there was some API 429 timeout - 6 is the value of every digit in the number of the beast - I just don't like 6!

Because it allows to you to work for six days, and rest on the seventh. Like God did.

Didn't the Garden of Eden have a pretty massive vulnerability where eating one apple would give you access to all data on good and evil?

Re: 6-Day and IP Address Certificates Are Generally Available

#232

Why 6 day and not 8? - 8 is a lucky number and a power of 2 - 8 lets me refresh weekly and have a fixed day of the week to check whether there was some API 429 timeout - 6 is the value of every digit in the number of the beast - I just don't like 6!

Why not refresh daily?

Re: 6-Day and IP Address Certificates Are Generally Available

#233

Do I understand correctly: would someone have a concrete example of URL which is both an IP address and HTTPS, widely accessible from global internet? e.g. https:// / ?

The websites for DNS servers known by IP? https://1.1.1.1/ presents a valid cert although it redirects.

Re: 6-Day and IP Address Certificates Are Generally Available

#234

Earlier quoted context omitted.

Cloud providers could check the transparency lists, and if there’s a valid cert for the IP, quarantine it until the cert expires. Problem solved.

That's leaving money on the table, unless they continue to charge the previous tenant for the duration of quarantine.

Charging for an IP until a cert is expired is free money for cloud providers. They gonna love it.

Re: 6-Day and IP Address Certificates Are Generally Available

#235
post #170

Earlier quoted context omitted.

>which includes basically every entity that ships a popular web browser and every entity that ships certificates trusted in those browsers. So no one that actually has to renew these certificates. Hey! How long does a root certificate from a certificate authority last? 10 to 25 years? Why don't those last 120 minutes? They're responsible for the "security" of the whole internet aren't they?

It's almost like the threat models for CA and leaf certs are different.

Yes, foot certs are much more sensitive than leaf certs.

Re: 6-Day and IP Address Certificates Are Generally Available

#237

Earlier quoted context omitted.

The popular HTTP validation method has the same drawback whether using DNS or IP certificates? Namely, if you can compromise routes to hijack traffic, you can also hijack the validation requests. Right?

Yes, there have been cases where this has happened ( https://notes.valdikss.org.ru/jabber.ru-mitm/ ), but it's really now into the realm of 1) How to secure routing information: some says RPKI, some argues that's not enough and are experimenting with something like SCION ( https://docs.scion.org/en/latest/ ) 2) Principal-Agent problem: jabber.ru's hijack relied on (presumably) Hetzner being forced to do it by German…

> some says RPKI

Part of the issue with RPKI is its taking time to fully deploy. Not as glacial as IPv6 but slower than it should be.

If there was 100% coverage then RPKI would have a good effect.

Re: 6-Day and IP Address Certificates Are Generally Available

#238

Earlier quoted context omitted.

> I am guessing the use case for ip address certs is so your ephemeral services can do TLS communication There's also this little thing called DNS over TLS and DNS over HTTPS that you might have heard of ? ;)

I don't quite understand how this relates?

> I don't quite understand how this relates?

Erm ? Do I have to spell out that I was pointing out that there was more than the "ephemeral services" that were being guessed at that could take advantage of IP certs ?

Re: 6-Day and IP Address Certificates Are Generally Available

#239

Earlier quoted context omitted.

They can just do id verification instead of domain, either in-house or outsource it. app store review isn't what I was talking about, I meant not having to verify your identity with the appstore, and use your own signing cert which can be used between platforms. Moreover, it would be less costly to develop signed windows apps. It costs several hundred dollars today.

Azure has a service ('Artifact Signing') which is $10/month for signing Windows executables (not Windows Store apps, which don't need it.) That's pretty reasonable, considering it is built in to all the major code signing tools on Windows, they perform the identity verification, and the private keys are fully managed by Azure. Code signing certs are required to be on HSMs, so you're most likely going to be paying som…

This is wild, thank you so much!! I was struggling with these costs for a long time!! Why is this not more well known? I researched this a lot and it was going to cost me at minimum $500~ over 3 years with the cheapest providers. Let me see if my specific use case can work with them.

I owe you one @briHass :)

Re: 6-Day and IP Address Certificates Are Generally Available

#240

Earlier quoted context omitted.

Then it would be a grave error to issue an IP cert without active insight into BGP. (Or it doesn't matter which chain you have.. But calling a website from a sampling of locations can't be a more correct answer.)

>it would be a grave error to issue an IP cert without active insight into BGP Why? Even regular certs are handed out via IP address.

> why we are wasting so much time on utterly wrong TOFU authorization? If you are supposed to have an establishable identity I think there is DNSSEC back to the registrar

They retire challenges that were once acceptable. What happens if they require a real chain of trust? They retire http and domain names keep working on DNS/DNSSEC.

Making IP with only http challenges is going backwards.

Post reply on HN