OpenZWave / qt-openzwave

QT5 Wrapper for OpenZWave
GNU Lesser General Public License v3.0
104 stars 30 forks source link

Add support for mTLS authentication and configurable clientId #62

Open jonesaws opened 4 years ago

jonesaws commented 4 years ago

I'm keen to use the MQTT Server included in AWS IoT Greengrass Core, however security requirements (https://docs.aws.amazon.com/greengrass/latest/developerguide/gg-sec.html) specify mTLS (with x509 certificates), combined with a predefined MQTT clientId as the only way to authenticate.

Would it be possible to add support for both of these features?

bmweiner commented 3 years ago

+1 would love to use this with the mosquitto broker and certificate based authentication.