Although ESP8266 is supported (https://github.com/adafruit/Adafruit_MQTT_Library), i dont see any examples available for ESP32 boards.
I managed to make esp8266 example (https://github.com/adafruit/Adafruit_MQTT_Library/blob/master/examples/adafruitio_secure_esp8266/adafruitio_secure_esp8266.ino) to work by changing esp8266 wifi library and now my esp32 board is publishing correctly.
BUT i cannot understand how esp32 is publishing without any TLS credentials. ESP8266 is using fingerprint (line 47), but esp32 AND airlift example doesnt use any CA certification.
So, how is this encrypted?
Moreover, why esp32 examples arent already available? (i see there is https://github.com/adafruit/Adafruit_IO_Arduino if its relevant)
edit: i see Adafruit_IO_Arduino is working "as is" to esp32 (i guess is the updated version for interaction with adafruit io..But again, i searched almost all the files, and i dont see any CA cert