When I send MQTT data to the cloud server, I set my key store location and password and also I set Trust store location and trust store password. ( you can see my uploaded picture)
When I send data with Window Paho.exe, It works just fine.
but, what I want to do is that I want to send some sensor data to the cloud server through GPIO Pin of my raspberry pi.
I think I need to build python scrip file to do that.
Is there any way to Set trust store location and password through python script coding?
I need help.. thank you.