Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
如何將CRL發佈到其他IIS Server
1. 在IIS Server上面新增一個資料夾,如C:\CRL,並將其設定共用,設定成所有人可以完全控制此目錄
(共用 & 安全性都要設定)
2. 在IIS上面的預設網站上新增一個虛擬目錄,並取名為CRL且指向C:\CRL資料夾
4. 設定完成後回到CA Server上面打開管理介面,並對Server名稱點右鍵 – Properties,並在Extensions底下點選Add
5. 在Location輸入 file://\\IISservername\CRL\<CaName><CRLNameSuffix><DeltaCRLAllowed>.crl , 然後按OK
6. 選擇剛剛新建的CDP並勾選 Publish CRLs to this ___location & Publish Delta CRLs to this ___location兩個選項
7. 在次按下Add,並在___location輸入 https://xxx.xxx.com/crl/<CaName><CRLNameSuffix><DeltaCRLAllowed>.crl , 輸入完按下OK
8. 勾選下面兩個選項並按OK讓其套用 (請按Yes讓它重起服務)
9. 回到CA的管理畫面後,對Revoked Certificate點右鍵 - All Tasks – Publish , 並選擇New CRL後按下OK
10. 此時去檢查IIS Server的C:\CRL資料夾內,應該會類似下圖的結果
11. 於Client端確認是否可以正常存取該CRL即可(上述環境是https://www.srv2003.com/crl/srv2003ca(2).crl)