-
Notifications
You must be signed in to change notification settings - Fork 4
TLS
Luigi Saetta edited this page Jan 2, 2018
·
4 revisions
Communication between RPI and MQTT broker in the Cloud is protected using TLS.
Communication:
- is encrypted
- RPI validate MQTT Broker host name
For the purpouse of this project I have created, using OPENSSL, a CA (with self-signed certificate)
For configuration step See: TLS config steps