Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Cert Readme for Edge devices #2040

Merged
merged 2 commits into from
Aug 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tools/CACertificates/CACertificateOverview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ A more detailed document explaining Edge and showing its use of certificates gen

## Note about Edge Devices

If you would like to use CA certificates with an Edge device, you must use the Device Provisioning Service. If you are to connect directly to the Azure IoT Hub from an Edge device, the supported methods of authentication are SAS and self-signed certificates. Leaf devices are the only devices currently supporting CA certificate authentication directly to IoT Hub.
To generate device certificates for the device running Edge itself, use the [Edge device using X.509 certificates](https://docs.microsoft.com/en-us/azure/iot-edge/how-to-auto-provision-x509-certs) guide.

To generate device certificates for leaf devices that are connecting via an Edge gateway, see the instructions below.

## USE

Expand Down