當您設定 OCSP 憑證撤銷檢查時,Horizon 8 會傳送驗證要求至 OCSP 回應程式,以判斷智慧卡使用者憑證的撤銷狀態。
先決條件
請先熟悉用於 OCSP 憑證撤銷檢查的 locked.properties 檔案屬性。請參閱智慧卡憑證撤銷檢查屬性。
程序
-
在連線伺服器主機的 TLS/SSL 閘道組態資料夾中建立或編輯
locked.properties檔案。例如:
install_directory\Omnissa\Horizon\Server\sslgateway\conf\locked.properties -
將
enableRevocationChecking、enableOCSP、ocspURL和ocspSigningCert屬性新增至locked.properties檔案。a. 將
enableRevocationChecking設定為true以啟用智慧卡憑證撤銷檢查。b. 將
enableOCSP設定為true以啟用 OCSP 憑證撤銷檢查。c. 將
ocspURL設定為 OCSP 回應程式的 URL。d. 將
ocspSigningCert設定為包含 OCSP 回應程式簽署憑證的檔案位置。 -
重新啟動連線伺服器服務讓您的變更生效
範例:locked.properties 檔案
這個顯示的檔案將啟用智慧卡驗證及智慧卡憑證撤銷檢查、設定 CRL 及 OCSP 憑證撤銷檢查、指定 OCSP 回應程式位置,並識別包含 OCSP 簽署憑證的檔案。
trustKeyfile=lonqa.key
trustStoretype=jks
useCertAuth=true
enableRevocationChecking=true
enableOCSP=true
allowCertCRLs=true
ocspSigningCert=te-ca.signing.cer
ocspURL=http://te-ca.lonqa.int/ocsp
此頁面對您有幫助嗎?