本文適用於以下產品:WithSecure Elements Endpoint Protection (EPP)
主題:WithSecure無法檢驗下載伺服器的憑證
Update: Michael Li Date: 2024/05/29
本文適用於以下產品:
WithSecure(F-Secure) 15.x
WithSecure 16.x
說明:
安裝WithSecure跳出無法檢驗下載伺服器的憑證導致無法安裝
- 安裝WithSecure顯示無法檢驗下載伺服器的憑證且重試無效。
- 請使用Administrator權限在Windows PowerShell執行以下指令。
.\ certutil.exe -generateSSTFromWU .\roots.sst
$sstStore = ( Get-ChildItem -Path .\roots.sst )
$sstStore | Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root
可參考下圖範例: