*Openssl生成证书时::8060:error:25078067:DSO support routines:win32_load:could not load the shared library:crypto\dso\dso_win32.c:108:filename(providers.dll)
在学习gRPC使用openssl生成证书,通过私钥server.key生成证书请求文件server.csr,执行以下命令时报错
openssl req -new -nodes -key server.key -out server.csr -days 3650 -config ./openssl.cnf -extensions v3_req
报错信息:
8060:error:25078067:DSO support routines:win32_load:could not load th