株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

MicrosfotIISで作成した証明書はpfx形式で作成されます。
なので、OSSのWebサーバで使う場合は殆どの場合変換して上げる必要があります。

秘密鍵

openssl pkcs12 -in test.pfx -nocerts -nodes -out test.key

証明書

openssl pkcs12 -in test.pfx -clcerts -nokeys -out test.crt

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)