Hi,
I'm using amazon MQ as an MQTT broker with my node-red application.
Amazon MQ doesn't support Client Certificate Authentication and uses credentials stored in the LDAP server for tls.
Questions:
- What are the implications of not using a client certificate?
- Is it enough to use LDAP for client authentication?
- Any other cloud MQTT providers that support client certificate authentication?
Thanks!