cyijun / ESP32MQTTClient

A thread-safe MQTT client for Arduino ESP32xx, based on ESP-IDF MQTT component. | Need help for adapting the latest mqtt component.
MIT License
15 stars 2 forks source link

Support for setting CA cert, client cert and client keys, #3

Closed dwolshin closed 9 months ago

dwolshin commented 9 months ago

Expose support for setting CA cert, client cert and client keys, which is required to connect to the AWS IoT MQTT server.

dwolshin commented 9 months ago

@cyijun Please approve my pull request to support cert based auth

cyijun commented 9 months ago

Thanks, I'm traveling on vacation.

cyijun commented 9 months ago

I will release a new version when I get home.