简体   繁体   English

AWS IoT 设备证书的多账户注册

[英]Multi Account Registration of AWS IoT Device certificates

I have followed the links: https://aws.amazon.com/about-aws/whats-new/2020/04/simplify-iot-device-registration-and-easily-move-devices-between-aws-accounts-with-aws-iot-core-multi-account-registration/我关注了以下链接: https://aws.amazon.com/about-aws/whats-new/2020/04/simplify-iot-device-registration-and-easily-move-devices-between-aws-accounts- with-aws-iot-core-multi-account-registration/

https://docs.aws.amazon.com/iot/latest/developerguide/x509-client-certs.html#multiple-account-cert and I have registered a device or client certificate (signed by a different CA) with out registering CA. https://docs.aws.amazon.com/iot/latest/developerguide/x509-client-certs.html#multiple-account-cert并且我已经注册了设备或客户端证书(由不同的 CA 签名)而没有注册加利福尼亚州。 When I tried connecting and publishing data to AWS IoT core with this device certificate,it showing success on device side but the data is not reflecting at AWS IOT core.当我尝试使用此设备证书将数据连接并发布到 AWS IoT 核心时,它在设备端显示成功,但数据没有反映在 AWS IOT 核心。 I have set proper a)policy b)endpoint我已经设置了适当的 a) 政策 b) 端点

You have not mentioned whether the certificates you are using are recognized by AWS ie are they one click certificates generated from aws or they are signed by a different CA which AWS does not recognise.您没有提到您使用的证书是否被 AWS 识别,即它们是从 aws 生成的一键式证书,还是由 AWS 不识别的不同 CA 签名。

In short: You might need to register your certificate authority (CA) with AWS IoT if you are using client certificates signed by a CA that AWS IoT doesn't recognize.简而言之:如果您使用由 AWS IoT 无法识别的 CA 签名的客户端证书,您可能需要向 AWS IoT 注册您的证书颁发机构 (CA)。

If you want clients to automatically register their client certificates with AWS IoT when they first connect, the CA that signed the client certificates must be registered with AWS IoT.如果您希望客户端在首次连接时自动向 AWS IoT 注册其客户端证书,则签署客户端证书的 CA 必须向 AWS IoT 注册。 Otherwise, you don't need to register the CA certificate that signed the client certificates.否则,您不需要注册签署客户端证书的 CA 证书。

Reference: https://docs.aws.amazon.com/iot/latest/developerguide/register-CA-cert.html参考: https://docs.aws.amazon.com/iot/latest/developerguide/register-CA-cert.html

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

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