【问题标题】:Can you use Azure Key Vault Generated Certificates to Authenticate Azure IoT Hub devices?能否使用 Azure Key Vault 生成的证书对 Azure IoT 中心设备进行身份验证?
【发布时间】:2021-12-27 20:26:47
【问题描述】:

因此,除了 SAS 密钥之外,我还可以选择自签名和 CA 签名证书作为身份验证方法,Azure Key Vault 也不能​​生成证书。 我没有找到使用 Azure Key Vault 生成的证书对我的 Azure IoT 中心设备进行身份验证的方法。这是/应该可能吗?

【问题讨论】:

    标签: azure certificate azure-keyvault azure-iot-hub


    【解决方案1】:

    Azure IOT 设备仅支持三种带有 IOT 集线器的身份验证类型

    1. Symmetric key authentication

    2. X.509 self-signed authentication

    3. X.509 CA-signed authentication

    出于安全考虑,您可以将上述认证生成的根 CA 证书和设备主、辅证书和 Key 存储在 Azure Key Vault 中,但不能使用 Key Vaul 自行生成的证书,甚至不能直接使用来自 Key Vault 的证书,您必须将它们放入或下载并更新到您的 IOT Edge 的文件夹中。从 IOT Edge,您可以在您的 IOT 设备中使用。

    您可以参考此 GITHUB 讨论以获得更多说明:https://github.com/MicrosoftDocs/azure-docs/issues/48565

    【讨论】:

    猜你喜欢
    • 2018-04-06
    • 1970-01-01
    • 2020-07-22
    • 1970-01-01
    • 2020-08-21
    • 1970-01-01
    • 2019-03-13
    • 1970-01-01
    • 2017-12-11
    相关资源
    最近更新 更多