_______________________________________________
dev-flyweb mailing list
dev-f...@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-flyweb
ThingSystem is looking into using a local CA as a way to encrypt and authenticate our network devices. Something like that may be useful to FlyWeb as well.
-------------------------------------------
Q: Why is this email five sentences or less?
A: http://five.sentenc.es
ThingSystem is looking into using a local CA as a way to encrypt and authenticate our network devices. Something like that may be useful to FlyWeb as well.
Actually, we're looking at a slightly different approach to the trust paradigm. By having each service only trust connections from clients that are signed by the same CA, and visa versa, we can make adding new entrants to the network fairly easy. All a client or service has to do is generate a key, then send a CSR to the local CA. If the user approves the request, it gets signed, and the device becomes a member of the trust network. No changes to the http stack to make it happen, very easy for users to use, and scales nicely from 2 devices up. Of course, if you only ever use 2 devices, it's a bit of work to setup for not a lot of gain, but I doubt very many users will have just 2 IoT devices.
Actually, we're looking at a slightly different approach to the trust paradigm. By having each service only trust connections from clients that are signed by the same CA, and visa versa, we can make adding new entrants to the network fairly easy.