You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/certs/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
## Certificates - Important to know
2
2
3
-
The Azure IoT Hub certificates presented during TLS negotiation shall be always validated using the appropriate root CA certificate(s).
3
+
The Azure IoT Hub certificates presented during TLS negotiation must be always validated using the appropriate root CA certificate(s).
4
4
5
5
The samples in this repository leverage the certificates in `certs.c` for the United States, Germany sovereign cloud and China sovereign cloud.
6
6
7
-
For other regions (and private cloud environments), please use the appropriate root CA certificate.
7
+
For other regions (and private cloud environments), please use the appropriate root CA certificate of their IoT services endpoint.
8
8
9
9
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).
0 commit comments