[Windows] Updating List of Trusted Root Certificates
Hướng dẫn update Trusted Root Certificates trên windows, lỗi hiển thị ssl mặc dù ssl vẫn còn hạn
1. Vào CMD với quyền administrator chạy lệnh sau để download roots.sst
cd C:\
certutil.exe -generateSSTFromWU roots.sst
certutil.exe -generateSSTFromWU roots.sst
2. Vào Windows PowerShell với quyền Administrator chạy lệnh sau để Import-Certificate
$sstStore = ( Get-ChildItem -Path C:\roots.sst )
$sstStore | Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root
$sstStore | Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root
Chúc các bạn thành công.
Bình luận
Gửi