Aeva / slocky

Stupid simple json based communication system for python.
GNU General Public License v3.0
0 stars 0 forks source link

certificate invalidation #2

Open Aeva opened 10 years ago

Aeva commented 10 years ago

Most likely because the certificate has expired, there needs to be some means of distributing a new certificate. Likely way of doing this is to have a means of generating a new one prior to expiration, sending the new one through existing connections, and then forcing them to reconnect. When the old certificate expires, the clients will then use the new one. Any devices that did not receive the new certificate in time might need to be re-paired or something.