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
問題が何であるかについて何か考えはありますか?
Windows 7で使用しているときに同じ問題が発生しGitBashました。何時間も検索した後、これで問題が解決しました。
GitBash
winpty openssl genrsa -out ../private.pem -aes256 4096
何が必要かを教えてください。
別の引数が必要です。標準の入力から証明書を読み取ることを想定しています。おそらく-new、コマンドライン引数として追加するつもりだったか、の標準で既存の証明書を渡す必要があります。
-new