Skip to content

xavier2dc/MS-trusted-CAs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MS-trusted-CAs

MS-trusted-CAs is a set of batch and PHP scripts to automatically download every trusted CA certificates from Microsoft according to https://unmitigatedrisk.com/?p=259, and bundles them in a single PEM-formated file.

Requirements

The batch script assumes you have wget, openssl and php.exe in your path.

The PHP script needs "allow_url_fopen = On" in your php.ini configuration file.

Usage

mscert.cmd

Output

ms-cert.crt

-----BEGIN CERTIFICATE-----
MIID[...]
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIG[...]
-----END CERTIFICATE-----
[...]

About

Download each and create a bundle of Microsoft's trusted CA certificates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published