Earlier quoted context omitted.
Run your own CA internally and handle the CA distribution problem with MDM tools.
I admit, that's a solution, even if a very unpleasant one: Installing a custom root CA is intentionally complicated, so this is hardly doable as an onboarding experience. The setup must be repreated for every single client device that should access the server. There remains the question how I would get the CA certificate onto client devices in the first place. Lastly, with asking consumers to install a CA certificate…
Chromium and Mozilla to enforce 1 year validity for TLS certificates
101–110 of 375 posts
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#102Earlier quoted context omitted.
Buy a domain, create a subdomain for local use, and issue ACME certs with Let's Encrypt every 60 days. If your vendor device or software doesn't support automated certificate rotation, put nginx/haproxy/envoy in front of it.
Without buying a domain. (and continously spending money to keep it owned)
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#103With the tightening of certificate trust, demise of self-signed certificates, etc., is there any remaining way to establish a consumer-oriented HTTPS server on a local network? Thinking of things like routers, printers, and self-hosted IoT devices here. Some of the label printers we support at work have simply atrocious workarounds to get them to work, and I'm wondering if it's the manufacturer's fault or if that use…
Buy a domain, create a subdomain for local use, and issue ACME certs with Let's Encrypt every 60 days. If your vendor device or software doesn't support automated certificate rotation, put nginx/haproxy/envoy in front of it.
The only way I see how this would work is if you not just purchase a domain but also an internet-facing server and do the renewal and certificate management centrally for all devices - at which point, your device is definitly not standalone anymore.
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#104I don't like seeing how the SSL hurdle affects small read-only websites.
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#105Earlier quoted context omitted.
Honestly, my main issue is not even the price, it's that devices cannot be stand-alone anymore. Even if my device is purely for LAN use and wouldn't need the internet at all, I now need to ensure it has an internet connection and I have to keep a domain owned that must be constantly renewed. The device will also only be accessible if an internet connection is present, even if both the device and the client are in the…
> Honestly, my main issue is not even the price, it's that devices cannot be stand-alone anymore. That’s not true at all. I’ve created a CA and a script to generate and sign server certificates and I generated them left right and centre now for my very standalone, local network only with no access to the internet whatsoever services. I added my CA to my browsers and my iPhone and everything works perfectly.
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#106I’m so torn here. Personally I like this a lot and think it will really help enforce good practices and allow easier things like root/int key rotation. Professionally it sucks, as there are a ton of valid use cases for real certs in areas that require manual work and tracking them all is a hard problem. If internal PKIs were easier to make work across all OS and Browser combos I’d just use those instead.
TOFU is a viable alternative for "long-living" certs, too. The very fact that the cert has longer validity makes it somewhat easier to trust it directly in the client.
They’ll just assume that because it was untrusted the first time, that cert errors are normal and ignore it. Especially since they will have a “first use” for every new device and every new browser they visit with.
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#107Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#108Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#109Earlier quoted context omitted.
Without buying a domain. (and continously spending money to keep it owned)
There’s always the .local TLD, which is reserved for this use case: https://en.m.wikipedia.org/wiki/.local
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#110Earlier quoted context omitted.
> Honestly, my main issue is not even the price, it's that devices cannot be stand-alone anymore. That’s not true at all. I’ve created a CA and a script to generate and sign server certificates and I generated them left right and centre now for my very standalone, local network only with no access to the internet whatsoever services. I added my CA to my browsers and my iPhone and everything works perfectly.
Will you also add it to the iPhones of other people that would want to use the device? (Or more realistically, would they let you add it?)