google / google/password-sync-support-tool

Check if the required root certs are trusted

Open
#18 1 comment 0 reactions 1 assignee Claimed by @eesheesh View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.