[Bug]: error RSA PRIVATE KEY not found from while creating test certificate

Viewed 19

Following this code repo :-- https://github.com/Azure/azure-iot-sdk-node

and working on the certificate generate file --- https://github.com/Azure/azure-iot-sdk-node/blob/main/provisioning/tools/create_test_cert.js

Done All the required process for the project setup (ex-NPM install , Open SLL install and other required steps)

But when I try to create the root certificate for provisioning x509 device (ie---create_test_cert.js root "Test Root Certificate") , I'm getting this error in the beginning it self so not able to execute other steps

Can you please suggest any way to resolve this issue ,I will be very grateful.

Could not create certificate: RSA PRIVATE KEY not found from open SSL output:

0 Answers
Related