openssl命令挂起 [英] openssl command hangs

查看:58
本文介绍了openssl命令挂起的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

以下对 openssl 的请求挂起

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

知道可能是什么问题吗?

Any idea what the problem could be?

推荐答案

您需要另一个参数,它希望从标准输入中读取证书.可能是您打算添加 -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.

这篇关于openssl命令挂起的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆