Microsoft Azure IoT Developer — Question 13

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have an Azure IoT solution.

You plan to register an Azure loT Edge device by using X.509 self-signed certificates.

You need to provide the thumbprint for the primary and secondary certificates.

Solution: You generate a 64-hex character SHA256 hash for the certificates.

Does this meet the goal?

Answer options

Correct answer: A

Explanation

Generating a 64-hex character SHA256 hash correctly produces the thumbprint required for X.509 certificates, which is necessary for registering the Azure IoT Edge device. The alternative option, 'No', is incorrect because it suggests that the method of generating the thumbprint does not meet the requirements, which it actually does.