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.
Command to dump all trusted certs:
We can probably only do it for the local machine this way, but it's better than nothing.