dwyl / smart-home-security-system

Smart Home Security System
GNU General Public License v2.0
4 stars 2 forks source link

Using a self-signed certificate #4

Open th0mas opened 4 years ago

th0mas commented 4 years ago

To communicate secretes on a network, we should encrypt traffic between the locks and the authorisation server. This means device secrets can't be intercepted.

Phoenix allows us to use self-signed certificates, but we need to be able to load these onto our Nerves firmware and install them. Ideally we want to find a way to do this that requires as little manual involvement as possible and can be integrated in the deploy process.