OpenSSL PFX to Key and Crt

PFX 轉換成 crt 與 key 檔 

openssl pkcs12 -in [yourfilename.pfx] -clcerts -nokeys -out [certificatename.crt]


openssl pkcs12 -in [yourfilename.pfx] -nocerts -out [keyfilename-encrypted.key]


留言

這個網誌中的熱門文章

net use 系統發生 1219 錯誤

[MS SQL]資料庫複寫 刪除發行集 無法刪除

[IIS]沒有 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET File 的寫入權限