Check SSL Certificate Chain Order with Openssl

A SSL certificate chain is an ordered list of certificates, containing an SSL/TLS Certificate and Certificate Authority (CA) Certificates, that enable the receiver to verify that the sender and all CA’s are trustworthy. Each certificate contains information about its issuer. The issuer is the next link in the SSL chain. The SSL chain will be…