OTA openssl command
Posted: Mon Mar 04, 2019 1:50 pm
Hello Geeks
I am integrating OTA feature in my app
$ openssl req -x509 -newkey rsa:2048 -keyout ca_key.pem -out ca_cert.pem -days 365
Can't load C:\msys32\home\renu/.rnd into RNG
5532:error:2406F079:random number generator:RAND_load_file:Cannot open file:../openssl-1.1.1/crypto/rand/randfile.c:88:Filename=C:\msys32\home\renu/.rnd
Generating a RSA private key
Whats this error Any one Came across this error
I am integrating OTA feature in my app
$ openssl req -x509 -newkey rsa:2048 -keyout ca_key.pem -out ca_cert.pem -days 365
Can't load C:\msys32\home\renu/.rnd into RNG
5532:error:2406F079:random number generator:RAND_load_file:Cannot open file:../openssl-1.1.1/crypto/rand/randfile.c:88:Filename=C:\msys32\home\renu/.rnd
Generating a RSA private key
Whats this error Any one Came across this error