SSL

Revision as of 00:29, 22 December 2013 by 204.10.16.28 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SSL certificates can be used to set up client authentication and encryption of your alarm data. Currently the only supported method of serving the AlarmDecoder over SSL is through ser2sock, though support is destined for AlarmDecoderGUI in the future.

As for the client side, it is currently supported in the AlarmDecoderGUI and the python library.


Generating Certificates

Generating a certificate for the Certificate Authority

We use an intermediate certificate known as a Certificate Authority in order to provide an authentication mechanism for the AlarmDecoder devices. This allows you to restrict access to the service to only those certificates that have been signed by the CA. This also allows you to revoke client certificates or even regenerate the CA certificate itself should it get compromised.

TODO