【发布时间】:2020-09-15 01:07:50
【问题描述】:
我想使用 Windows Open SSL 生成服务器证书。
当我运行这个命令行时,它会出现这个错误。我该怎么办?
命令
:
openssl req -new -x509 -days 3650 -key ca.key -out ca.crt
错误:
Can't load ./.rnd into RNG 10504:error:2406F079:random number generator:RAND_load_file:Cannot open file:crypto\rand\randfile.c:98:Filename=./.rnd
我也尝试查找 openssl 配置文件,但不,我没有那个文件。
【问题讨论】:
标签: openssl ssl-certificate client-certificates