Microsoft Authenticode のPFXファイルをSPCとPVKファイルに分離する方法は?
技術ノート
2010/08/23
[番号]
技術ノート KGTN 2010082301
[現象]
Microsoft Authenticode のPFXファイルをSPCとPVKファイルに分離する方法は?
[説明]
以下の手順 (バッチ) でPFXファイルをSPCとPVKファイルに分離することが出来ます.
C:¥OpenSSL¥bin¥openssl pkcs12 -in Cert.pfx -nocerts -nodes -out Cert.pem
.¥pvk -in Cert.pem -topvk -out Cert.pvk
C:¥OpenSSL¥bin¥openssl pkcs12 -in Cert.pfx -nokeys -out Cert_Certs.pem
C:¥OpenSSL¥bin¥openssl crl2pkcs7 -nocrl -certfile Cert_Certs.pem -outform DER -out Cert.spc
この情報はコードサイニングに関する内容ですので,通常のGGサーバ利用では必要ありません.