# SSL.com eSigner - 文件 https://www.ssl.com/how-to/automate-ev-code-signing-with-signtool-or-certutil-esigner/#install-esigner-cka 1. 安裝憑證 ![CleanShot 2024-01-31 at 13.29.38](https://hackmd.io/_uploads/S1GloUPcT.png) 2. Win+R 開啟 certmgr ![CleanShot 2024-01-31 at 13.39.25@2x](https://hackmd.io/_uploads/Bk176IPc6.png) 3. 找尋匯入的憑證並開啟 ![CleanShot 2024-01-31 at 13.39.52@2x](https://hackmd.io/_uploads/Skq4pIwq6.png) 4. 複製憑證指紋 ![CleanShot 2024-01-31 at 13.40.36@2x](https://hackmd.io/_uploads/BkPqTUw96.png) 5. 下載 eSigner CKA (Cloud Key Adapter) - https://www.ssl.com/download/ssl-com-esigner-cka 6. 安裝 eSigner CKA - 選擇 Automated Code Signing ![CleanShot 2024-01-31 at 13.16.22](https://hackmd.io/_uploads/Hyd2PID5p.png) - 選擇 Master Key File 存放位置 ![CleanShot 2024-01-31 at 13.17.15@2x](https://hackmd.io/_uploads/H1CyOIw5p.png) - 輸入 SSL.com 帳號密碼 ![CleanShot 2024-01-31 at 13.18.19@2x](https://hackmd.io/_uploads/B1iNOIv5T.png) - 取得 TOTP Secret - https://secure.ssl.com/certificate_orders/ - 輸入 pin 後 Show QR Code ![CleanShot 2024-01-31 at 13.23.40@2x](https://hackmd.io/_uploads/r1l5YUwqT.png) - 複製 secret code 回 TOTP Secret ![CleanShot 2024-01-31 at 13.25.02](https://hackmd.io/_uploads/r1A3tIDqa.png) 7. 程式簽名 ```sh $ signtool.exe sign /fd sha256 /tr http://ts.ssl.com /td sha256 /sha1 ${憑證指紋} ${檔案路徑} ``` ![CleanShot 2024-01-31 at 13.57.01@2x](https://hackmd.io/_uploads/ry8rZvv5p.png)