Hi
We have a product that we are preparing for production.
The product needs to communicate with an Azure IOT Hub that only accepts RSA keys.
We have used the device_credentials_installer.py script to make a certificate signing request, but it seems that it only can generate ECDSA keys.
To verify that the problems we are seeing with devices not getting on the hub, we have tried to generate the certificates (with RSA keys) on a PC and loading them in the device and that works.
We would strongly preferer that the private key is generated on the device for safety reasons, and our question is therefore if there is a way to generate a RSA key on the device and get an CSR like its done in the device_credentials_installer.
- Martin