Skip to content

Check if the required root certs are trusted #18

Description

@eesheesh

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions