-
Notifications
You must be signed in to change notification settings - Fork 381
feat (azure-iot-device) : Trust Bundle #987
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
Conversation
| * Create an Enrollment Group or Individual Enrollment in this DPS instance. | ||
| * Choose to use symmetric key, TPM key or X.509 for this enrollment. | ||
| * Link an IoT Hub to the enrollment. | ||
| * Create an internal-use test account with one of Microsoft CA partners by emailing [email protected]_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This says "internal only". Is this step valid for people outside of Microsoft?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No not right now. This document will not be valid once this entire feature goes to public (service + device). But half of these things are not really written anywhere and I had to spend some time discovering some of the commands. So it is helpful now.
| curl -k -L -i -X PUT https://<dps_service_endpoint>/certificateAuthorities/<ca_name>?api-version=2021-11-01-preview -H 'Authorization: <service_api_sas_token>' -H 'Content-Type: application/json' -H 'Content-Encoding: utf-8' -d'{"certificateAuthorityType":"DigiCertCertificateAuthority","apiKey":"<api_key>","profileName":"<profile_id>"}' | ||
| ``` | ||
| where, | ||
| * `dps_service_endpoint` - available in overview blade. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modified to say overview blade of dps details
BertKleewein
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
The sample for trust bundle provision_symmetric_key_trust_bundle_issuance.py
The other sample is a combination of the cert issuance and trust bundle which may not be needed really. If you guys feel it is not very important we can delete provision_symmetric_key_trust_bundle_and_client_cert_issuance.py