I need to save the correct root certificate for mutual tls authentication in my device. I tried to save it using openssl, then the signature verification fails.

Aleksei Tkalich 0 Reputation points
2024-06-06T06:52:58.2533333+00:00

Hi!

I need to save the correct root certificate for mutual tls authentication in my device. I tried to save it using openssl, then the signature verification fails. Unfortunately, I did not find the magic "download certificate" button

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
349 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 31,116 Reputation points MVP
    2024-06-06T21:14:23.7666667+00:00

    Hello @Aleksei Tkalich,

    welcome to this moderated Azure community forum.

    There is no magic button, but there is sufficient documentation for having devices connected over MQTT.

    You can also check out this blog post with a C# .Net nanoFramework example.

    Using the 'Step' tool, you can create client identity certificates. In this blog post, that certificate creation is explained too.

    It also explains how to get the Digicert Global Root G3 certificate, needed for TLS security.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments