google / google/password-sync-support-tool
Check if the required root certs are trusted
Open
enhancement
- Dominant language
- VBScript
- Stars
- 38
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Command to dump all trusted certs:
```
for %a in (Root AuthRoot Trust CA) do certutil -store %a >> trusted-certs.txt 2>>&1
```
We can probably only do it for the local machine this way, but it's better than nothing.
Contributor guide
Assessment
This issue has not been assessed yet.