-
-
Notifications
You must be signed in to change notification settings - Fork 18
Can't load random.rnd into RNG with OpenSSL 1.1.1b 26 Feb 2019 #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I found a solution for the problem. OpenSSL 1.1.1b need the command node-opcua-pki/dist/lib/pki/certificate_authority.js Now the certificates can be created. |
Hi @Kiesel38. |
Can somebody give me the full command pls? And I'm getting this error: "Can't load /root/.rnd into RNG I'm using latest openssh (just downloaded) on Ubuntu 18.04.x (upgraded) |
@bathindahelper You can manually create the file with |
@Ejdamm : Hej.. I am dealing with a relevant problem when i give this command: the terminal returns back the following: Can't load /home/ubuntu/.rnd into RNG |
Have you tried creating the file that is missing, eg /home/ubuntu/.rnd? |
I had the same problem, and then created the .rnd myself as you said. I'm trying to create a self-signed certificate, and this time, when I ran |
Yes! I tried it before without success, however i managed to figure it out later. Sorry for the delay to respond. |
If you are working on windows, you should set environment variable to path of .rnd file, i.e. |
Thanks.... |
Hello,
after i update OpenSSL to version 1.1.1b the certificates can't be created anymore.
I got this error:
Can't load random.rnd into RNG 1996141840:error:2406F079:random number generator:RAND_load_file:Cannot open file:crypto/rand/randfile.c:98:Filename=random.rnd
The random.rnd files are not created during the certificate creation.
I was able to fix this manually by creating the random.rnd files by myself and then create the certificates after the node installation. Unfortunately the files are deleted when i installed the node again.
Version 1.0.x. works but the support ends in September 2019.
The text was updated successfully, but these errors were encountered: