Create X509 Certificate for Device from a CA certificate using C#
Hi All,
I state that I'm not very expert on the subject of certificates and I'm probably not understanding something about the certificate-chain signature.
Our Customer send to us a CA certificate that is an Intermediate certificate and We have to create device certificates that will be stored in our devices for connection with an Azure IoT Hub.
Is it possible to create a device certificate from a CA certificate using only C#?
We would like to add the CA certificate (intermediate certificate) to our devices and create a certificate for the device using a software written in C#? (We can also use other kind of scripts or openssl if necessary)
Is it possible?
Thanks!