简体   繁体   English

使用IBM的“物联网基金会”时,如何确保服务器和连接的设备之间的连接安全?

[英]How can I secure the connection the server and connected devices when using IBM's “Internet of Things Foundation”?

Reading the documentation for IBM's "Internet of Things" managed host platform , I'm supposed to use MQTT as the protocol when connecting my devices to the cloud service. 阅读IBM的“物联网”托管主机平台文档时,我将设备连接到云服务时将MQTT用作协议。

How can I configure the service to ensure the data between my devices and the cloud is encrypted? 如何配置服务以确保设备和云之间的数据已加密?

Do I need to configure security at the messaging or transport layers? 我是否需要在消息传递或传输层配置安全性?

The IBM IoTF service will accept an encrypted client connection using TLS to secure the link. IBM IoTF服务将接受使用TLS的加密客户端连接以保护链接。 Connect to the service using port 8883 (or 443 for websockets) for a TLS-secured connection with a compatible client library. 使用端口8883(对于Websocket则为443)连接到服务,以使用兼容的客户端库进行TLS保护的连接。

Certificate file (messaging.pem) for the *.messaging.internetofthingscloud.ibmcloud.com chain is available here . * .messaging.internetofthingscloud.ibmcloud.com链的证书文件(messaging.pem)在此处可用。

The IoT Foundation requires TLS v1.2. IoT Foundation需要TLS v1.2。

暂无
暂无

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

相关问题 MQTT上的连接丢失订阅了物联网服务器 - Connection lost on MQTT subscribe to Internet of Things Server IBM watson 物联网平台:使用 mosquitto 客户端连接 - IBM watson internet of things platform: Connecting using mosquitto client IBM watson物联网平台:使用客户端证书和mosquitto客户端进行连接 - IBM watson internet of things platform: Connecting using client certs & mosquitto client 从IBM BLUEMIX IoT Foundation获取设备列表 - Get a list of Devices from IBM BLUEMIX IoT Foundation 如何使用与代理的单个连接从多个设备发布数据 - How publish data from multiple devices using a single connection to a broker 无法连接到远程服务器上的 HiveMQ - Can not be connected to HiveMQ on remote server 如何从IBM MessageSight中删除连接的用户标识? - How to cut off a connected user ID from IBM MessageSight? IBM IoT Foundation:何时使用MQTT以及何时使用REST进行事件提交? - IBM IoT Foundation: When to use MQTT and when to use REST for event submission? 如何在连接时使用 libmosquitto 库检测与 MQTT 代理的连接中的用户/密码问题? - How can I detect problems with user/password in the connection to MQTT broker at connection time using the libmosquitto library? 使用 Bluemix IoT Foundation 的 Node-RED 应用程序是否需要单独的设备和应用程序主题? - Do Node-RED applications using Bluemix IoT Foundation require separate topics for devices and applications?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM