Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下请求openssl挂起
openssl
openssl req -key server.key -out server.csr
知道问题可能是什么吗?
GitBash我在 Windows 7 中使用时遇到了同样的问题,经过数小时的搜索,这解决了我的问题:
GitBash
winpty openssl genrsa -out ../private.pem -aes256 4096
可以让您了解需要什么。
您需要另一个参数,它希望从标准输入中读取证书。可能您打算添加-new为命令行参数,或者您需要在标准输入中传递现有证书。
-new