AZ-220 · Question #87
You have an Azure IoT hub that has a hostname of contoso-hub.azure-devices.net and an MCU- based IoT device named Device1. Device1 does NOT support Azure IoT SDKs. You plan to connect Device1 to the…
The correct answer is D. Add the DigiCert Baltimore Root Certificate to Device1. The connection to Azure IoT Hub with MQTT is secured using TLS. The Azure IoT Hub library requires the provisioning of the following certificates and a private key for a successful TLS connection: 1. Baltimore CyberTrust Root certificate - Server certificate, used to verify the…
Question
Options
- ACreate an Azure key vault and enable the encryption of data at rest for the IoT hub by using a
- BEnable a hardware security module (HSM) on Device1.
- CFrom the Azure portal, create an IoT Hub Device Provisioning Service (DPS) instance and add a
- DAdd the DigiCert Baltimore Root Certificate to Device1.
How the community answered
(33 responses)- A3% (1)
- B12% (4)
- C3% (1)
- D82% (27)
Explanation
The connection to Azure IoT Hub with MQTT is secured using TLS. The Azure IoT Hub library requires the provisioning of the following certificates and a private key for a successful TLS connection: 1. Baltimore CyberTrust Root certificate - Server certificate, used to verify the server's certificate while connecting. 2. Device certificate - generated by the procedures described in Creating Azure IoT Hub certificates , used by Azure IoT Hub to authenticate the device. 3. Private key of the device. https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/net/azure_iot_hub.ht
Topics
Community Discussion
No community discussion yet for this question.