azure-iot-sdk-c/provisioning_client
Hiroki Nakagami 9a5c9ca96d
Add instruction to sign certs with intermediate CA (#2186)
* Add instruction to sign certs with intermediate cA

Default method "create_device_certificate" will create a device certificate which is chained up to the root certificate directly.
In group enrollment scenario of Device Provisioning Service, users may want the device certs to be chained up to the intermediate certificate. So "create_device_certificate_from_intermediate" should be noted.

* Adding multi-level client certificate documentation

* Addressing PR feedback

Co-authored-by: CIPop <Cristian.Pop@microsoft.com>
2022-03-03 00:09:28 +00:00
..
adapters Adding -Wstrict-prototypes gate validation (#2251) 2022-03-02 22:37:31 +00:00
deps Adding -Wstrict-prototypes gate validation (#2251) 2022-03-02 22:37:31 +00:00
devdoc Adding X509 PEM support for Provisioning Client (#2229) 2022-02-19 02:44:17 +00:00
inc/azure_prov_client Adding X509 PEM support for Provisioning Client (#2229) 2022-02-19 02:44:17 +00:00
samples Add instruction to sign certs with intermediate CA (#2186) 2022-03-03 00:09:28 +00:00
src Adding X509 PEM support for Provisioning Client (#2229) 2022-02-19 02:44:17 +00:00
tests Adding retries to the DPS test. (#2250) 2022-03-01 18:32:06 +00:00
tools Adding -Wstrict-prototypes gate validation (#2251) 2022-03-02 22:37:31 +00:00
CMakeLists.txt Adding X509 PEM support for Provisioning Client (#2229) 2022-02-19 02:44:17 +00:00