Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asheroto/Root-Certificate-Updater
Update root certificates (and disallowed certificates) on Windows. No changes to settings.
https://github.com/asheroto/Root-Certificate-Updater
application certificate certificates disallowed-certificates powershell root root-certificates script tool update windows
Last synced: 5 days ago
JSON representation
Update root certificates (and disallowed certificates) on Windows. No changes to settings.
- Host: GitHub
- URL: https://github.com/asheroto/Root-Certificate-Updater
- Owner: asheroto
- License: gpl-3.0
- Created: 2021-01-07T09:42:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T05:35:45.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:45:27.303Z (3 months ago)
- Topics: application, certificate, certificates, disallowed-certificates, powershell, root, root-certificates, script, tool, update, windows
- Language: PowerShell
- Homepage:
- Size: 764 KB
- Stars: 57
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/asheroto)
# Root Certificate Updater
Update root certificates (and disallowed certificates) on Windows.This repo contains **two options** to update root certificates. **Each option performs the same procedure.**
If you're not sure which option to choose, use the GUI (the first option) as it's the easiest.
**No changes are made to any settings**, this **only** updates the root certificates. Windows Update is NOT required for this to work.
## **Option 1:** GUI
GUI application for updating root certificates. One click, done.### Screenshot
![RootCertificateUpdater.exe](https://asher.tools/img/root_certificate_updater.png)## **Option 2:** PowerShell Script
Update root certificates using a PowerShell script.### Installation
You can either download the PS1 script from here, or install using...```powershell
Install-Script UpdateRootCertificates
```This script is published on [PowerShell Gallery](https://www.powershellgallery.com/packages/UpdateRootCertificates).
The code is signed, so if you want to change it, just removed the `# SIG # Begin signature block` line and everything beneath it.
### Usage
|Command|Description|
|--|--|
|`UpdateRootCertificates`|Normal run|
|`UpdateRootCertificates -Force`|Skip the 10 second wait before continuing execution|### Screenshot
![UpdateRootCertificates.ps1](https://asher.tools/img/root_certificate_updater_script.png)# Downloads
[Download the latest version](https://github.com/asheroto/Root-Certificate-Updater/releases/latest/download/Root_Certificate_Updater.zip) from the releases page or from [asher.tools](https://asher.tools).
Password to the zip file is `password`.
Password enabled due to false positive detections by AV.
# Other Notes
The CMD version has been replaced by the PowerShell script.