Skip to content

Generates a directory of root & intermediate certificates in PEM format that can be used to update your system's trust store to avoid SSL validation errors.

License

Notifications You must be signed in to change notification settings

MatejLach/ccadb-pemgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccadb-pemgen

This is a simple script to generate fresh certificate store from CCADB provided CSV PEM files. Both Root and intermediate certificates are processed and the output is stored in the ca-certs directory.

Generate hashes for the directory with:

c_rehash ca-certs\

(c_rehash is provided by openssl)

Test with:

curl --capath ca-certs/ https://uk.store.asus.com

Useful for your system trust store to match your browser store and avoid any unknown authority SSL errors.

About

Generates a directory of root & intermediate certificates in PEM format that can be used to update your system's trust store to avoid SSL validation errors.

Resources

License

Stars

Watchers

Forks

Languages