Open
Description
Hi, the broker I use (EMQx) is using mutual TLS, so I have to provide client certificates.
I didn't find a way in doing so so far with this lib.
I saw in the doc how to use SSL/TLS (extract below) but no indication on how I could pass certificate to the connection client.
// To connect with SSL/TLS:
// 1) Change WiFiClient to WiFiSSLClient.
// 2) Change port value from 1883 to 8883.
// 3) Change broker value to a server with a known SSL/TLS root certificate
// flashed in the WiFi module.
I tried using the SSLClient lib but with no success so far
Is mutual TLS possible ?