MatejLach / ccadb-pemgen

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%