Current Lua downloadable firmware will be posted here

User avatar
By computer_freak
#66999 I'm using NodeMCU on a Wemos D1 Mini Pro. I want to send the value of a DHT11 sensor to the Amazon AWS IoT platform. I have a custom build that includes the net and tls (1.2) module.

Amazon's MQTT broker needs a certificate and a private key when you are connecting.

The certificate can be stored by using tls.cert.verify() but where do I store the private key?
User avatar
By marcelstoer
#67054
computer_freak wrote:Amazon's MQTT broker needs a certificate and a private key when you are connecting.


I believe NodeMCU MQTT only supports user/pw authentication.

computer_freak wrote:The certificate can be stored by using tls.cert.verify()


I doubt that this would be used by the MQTT module.