在安装 openssl 证书时提示如下报错:

Can't load /root/.rnd into RNG
140496635077056:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:88:Filename=/root/.rnd
1
2
解决办法
cd /root
openssl rand -writerand .rnd

相关文章:

  • 2021-12-21
  • 2021-12-04
  • 2021-07-04
  • 2021-09-05
  • 2022-02-07
猜你喜欢
  • 2021-09-26
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
相关资源
相似解决方案