marvinroger / async-mqtt-client

📶 An Arduino for ESP8266 asynchronous MQTT client implementation
MIT License
849 stars 268 forks source link

How to add AWS certificates with AsyncMQTTClient? #282

Open ShravyaB opened 2 years ago

ShravyaB commented 2 years ago

I am working on a project for which I am interested in using this library to program the ESP32 but I don't know how to integrate the certificates that AWS IoT core uses to authenticate IoT devices.

They usually have 3 files (Root CA certificate, Device certificate and private key)

Any advice will be appreciated.

Thank you