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.
コマンドラインkeytoolを使用してmykeystore.pfxを生成しました。opensslを使用してX.509証明書(PEM)を生成する方法を教えてもらえますか?
これを同じものを生成する1つの方法として見つけました:
openssl pkcs12 -in mykeystore.pfx -out mykeystore.pem -nodes