Enabling SSL for MQTT and REST Device Services #138
Replies: 5 comments
-
As you described, they don't support connections with certificates right now, but it's not too hard to add this implementation. |
Beta Was this translation helpful? Give feedback.
-
@sudhamani-hcl , please added enhancement request issues to each service for this. |
Beta Was this translation helpful? Give feedback.
-
@sudhamani-hcl Also please be specific in the issues and be clear on where the existing functionality ends and how you want it extended. For example, with EdgeX 3.0, device service's REST interfaces now support JWT auth, but do not support TLS listeners. We can connect to TLS-secured message busses, but can't _______. Et cetera. |
Beta Was this translation helpful? Give feedback.
-
Thank you @cloudxxx8 @lenny-intel @bnevis-i . |
Beta Was this translation helpful? Give feedback.
-
Issues created, THX!. Closing discussion. |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
I am working on MQTT and REST device services. The requirement is I have to communicate to end device using these device services securely using certificate based authentication.
I see that currently MQTT device service is supporting username and password based authentication. And REST device service is not supporting any authentication method.
Please help me regarding how can I use these device services to communicate to end device using certificate based authentication?
Thanks,
Sudhamani
Beta Was this translation helpful? Give feedback.
All reactions