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

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Wolz <ericwol@microsoft.com>
  • Loading branch information
danewalton and ericwolz authored May 8, 2021
1 parent 0ead7b7 commit 01799fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/certs/readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Certificates - Important to know

The Azure IoT Hub certificates presented during TLS negotiation shall be always validated using the appropriate root CA certificate(s).
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.
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).

Expand Down

0 comments on commit 01799fe

Please sign in to comment.