## 安裝.cer證書並將證書從.cer格式轉化為.pem格式
### 安裝.cer證書到本地
打開*運行*窗口
輸入MMC.exe, 單擊*確定*
在打開的控制台1的窗口中。
選擇*文件*, 選擇*添加或刪除管理單元*
在**可用的管理單元**中, 選擇*證書*
單擊*添加*
現在, 你的所選管理單元窗口中將會出現*證書*
單擊*確定*
選擇*Computer account*
單擊*下一步*
選擇*Local computer: (the computer this consoled is running on)*
單擊*完成*
在添加或刪除管理單元中, 單擊*確定*
在左側導航區域中, 單擊*證書 - 當前用戶*
單擊*個人*, 選擇*所有任務*, 選擇*導入*
在**證書導入向導**中, 單擊*下一步*
在指定要導入的文件中, 單擊*瀏覽*
選擇你的.cer證書。
單擊*下一步*
選擇*Place certificates in the following store*
確認在Certificate Store中*個人*被選中。
單擊*下一步*
單擊*完成*
### 將證書從.cer格式轉到.pem格式
安裝
[openssl](https://www.openssl.org/source/)
運行如下命令
openssl x509 -inform der -in certificate.cer -out certificate.pem