Hacker News new | ask | show | jobs
by aethr 2917 days ago
How would you run a local HTTPS server without the private key?
1 comments

They get one private key per user, and send it to the client's device.
The private key is generated on the client side, and signed by the certificate. Plex has an intermediate which they control to issue these. It would not pass normal validation processes.
Which "compromises" the key, according to current Certificate Authorities policies. Once again the problem boils down to CAs being the sole "anchors of trust" in the current certificate system.
Then they could have their server tunnel ACME challenges to the device, so the private key never leaves the device, but can still be signed.