简体   繁体   English

使用 TLS 保护 IoT 设备

[英]Securing an IoT device along with TLS

I am developing an IoT device that uses TI's tm4c129encpdt microcontroller, cc3100 wifi chip and TI RTOS, and I am using TLS for secure communication with the server (HTTPS).我正在开发使用 TI 的 tm4c129encpdt 微控制器、cc3100 wifi 芯片和 TI RTOS 的 IoT 设备,并且我正在使用 TLS 与服务器 (HTTPS) 进行安全通信。 I just want to make my device more secure by adding some authentication methods.我只是想通过添加一些身份验证方法使我的设备更安全。 I am already assigning tokens to the device through a server.我已经通过服务器将令牌分配给设备。 Is there any standard way to add authentication method to an IoT device based on which I can assure to my clients that it has secured communication and authentication method?是否有任何标准方法可以将身份验证方法添加到 IoT 设备,据此我可以向我的客户保证它具有安全的通信和身份验证方法?

Thanka and Regards Akhilesh Gangwar感谢和问候 Akhilesh Gangwar

Use the 2-way authentication using TLS.使用使用 TLS 的 2 向身份验证。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM