【Windows】pfx形式の証明書から証明書と秘密鍵を取り出す Windows Posted by: 2022年10月9日 no comments yet <スポンサーリンク> MicrosfotIISで作成した証明書はpfx形式で作成されます。 なので、OSSのWebサーバで使う場合は殆どの場合変換して上げる必要があります。 秘密鍵 openssl pkcs12 -in test.pfx -nocerts -nodes -out test.key 証明書 openssl pkcs12 -in test.pfx -clcerts -nokeys -out test.crt <スポンサーリンク> older newer コメントを残す コメントをキャンセルAllowed tags: you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>Please note: all comments go through moderation. Name (required) Email (required) Website キャプチャコード * Δemail confirm* post date* 日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)