openssl 命令挂起

发布于 2024-09-20 00:32:54 字数 128 浏览 3 评论 0原文

以下对 openssl 的请求挂起

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

知道问题可能是什么吗?

The following request to openssl hangs

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

Any idea what the problem could be?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

£冰雨忧蓝° 2024-09-27 00:32:55

您需要另一个参数,它期望从标准输入读取证书。可能您打算添加 -new 作为命令行参数,或者您需要在标准中传递现有证书。

You need another argument, it expects to read a certificate from standard input. Probably you meant to add -new as a command line argument, or you need to pass an existing certificate on standard in.

情场扛把子 2024-09-27 00:32:55

在 Linux 系统中,您可能只是错过了添加“-new”来告诉 OpenSSL 生成新的证书请求

In a Linux system, probably you simply miss to add "-new" to tell OpenSSL to generate a new certificate request

甜宝宝 2024-09-27 00:32:54

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

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

I had the same issue when using GitBash in Windows 7, After hours of search this solved my issue:

winpty openssl genrsa -out ../private.pem -aes256 4096
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文