Skip to content

mcgoo/certstoretopem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certstoretopem - Dump Windows Certificate Store in PEM suitable for use with OpenSSL Build status

When run, certstoretopem dumps all certificates that are valid for server authentication from the user's root certificate store to stdout in PEM format.

Install with cargo install --git https://github.com/mcgoo/certstoretopem

The repo also contains a powershell script get-root-cas.ps1 with the same functionality.

These programs only dump certificates that are present on the local machine - when presented with an unknown certificate, Windows will contact Windows Update and download and store other certificates if required. Certificates that are not part of the initially installed set that have not been subsequently downloaded will not be present in the output.

About

Dump Windows Certificate Store in PEM suitable for use with OpenSSL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published