Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Latest commit

 

History

History

certs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Certificates - Important to know

The Azure IoT Hub certificates presented during TLS negotiation must be always validated using the appropriate root CA certificate(s).

The samples in this repository leverage the certificates in certs.c for the United States, Germany sovereign cloud and China sovereign cloud.

For other regions (and private cloud environments), please use the appropriate root CA certificate of their IoT services endpoint.

Always prefer using the local system's Trusted Root Certificate Authority store instead of hardcoding the certificates (i.e. using certs.c such as our samples require in certain combinations).

A couple of examples:

Additional Information

For additional guidance and important information about certificates, please refer to this blog post from the security team.