2. WARNING: can’t open config file: /usr/local/ssl/openssl.cnf
Open your command prompt as Administrator (few openssl commands opens in random state), thus when openssl tries to write stuff on your disk it fails. There could be another workaround but i am not aware of that. Now before you run any openssl command type the following.
set OPENSSL_CONF
=
c
:
\
[
PATH TO YOUR OPENSSL DIRECTORY
]
\bin\openssl
.
cfg
3. unable to write 'random state'
run as administrator or root
4.
本文介绍了如何解决在使用OpenSSL过程中遇到的无法打开配置文件及无法写入随机状态等问题,并提供了解决方案,包括以管理员身份运行命令提示符及设置正确的配置文件路径。

1115

被折叠的 条评论
为什么被折叠?



