crocs-muni / usable-cert-validation

Research initiative to make TLS certificate validation usable.
https://x509errors.org
MIT License
19 stars 3 forks source link

Export the ZIP archives so they can be easily validated using openssl too #104

Open zacikpa opened 3 years ago

zacikpa commented 3 years ago

Currently, we export two files, root.pem and chain.pem. OpenSSL CLI only parses the first certificate from the chain, intermediate CAs have to be added using the -untrusted option.