azure-iot-sdk-c/tools/CACertificates
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
..
CACertificateOverview.md Add instruction to sign certs with intermediate CA (#2186) 2022-03-03 00:09:28 +00:00
ca-certs.ps1 Fix bugs in ca-certs.ps1 2018-12-11 13:22:34 -08:00
certGen.sh Do not call tput without $TERM (#1864) 2021-02-18 16:40:06 -08:00
openssl_device_intermediate_ca.cnf Adding cleaner error messages and other minor fixes when using OpenSSL using VCPKG 2018-06-27 16:58:43 -07:00
openssl_root_ca.cnf Adding cleaner error messages and other minor fixes when using OpenSSL using VCPKG 2018-06-27 16:58:43 -07:00
readme.md Extra checking for existing cert; cleanup docs 2018-01-30 14:58:09 -08:00

readme.md

See here for instructions.