linux - openssl 命令挂起

标签 linux ssl openssl digital-certificate

以下对 openssl 的请求挂起

openssl req -key server.key -out server.csr 

知道问题出在哪里吗?

最佳答案

我在 Windows 7 中使用 GitBash 时遇到了同样的问题,经过数小时的搜索,这解决了我的问题:

winpty openssl genrsa -out ../private.pem -aes256 4096

可以给你一些想法需要什么。

关于linux - openssl 命令挂起,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3758167/

相关文章:

linux - 语法错误 : end of file unexpected (expecting "done")

linux - Linux 上 ELF 的小型转储符号模块 ID 和构建 ID

zend-framework - 如何使用带有 tls 和自签名证书的 Zend_Mail_Transport_Smtp?

java - PKIX 路径构建在 Java 7 中失败但在 Java 8 中失败 - 尽管拥有浏览器信任的 Let's Encrypt 证书但无法连接到我的 HTTPS 服务器

node.js - 为 localhost 创建一个受信任的自签名 SSL 证书(用于 Express/Node)

c++ - 对等体断开连接后 SSL 内存未释放

linux - 如何找到现在启动的 linux Image 名称

linux - 我没有 "./bin/www"文件

java - 如何解决 : jno_key_entry

访问受 PKI 保护的 php 站点 (HTTPS) 的 Python 示例