How to verify the Order of SSL Certificate Chains Using OpenSSL
Always double check if everything went well, we can do so by using this command which will list each certificate in order with the issuer and subject. cat server.pem intermediate.pem > chain.pem Always double check if everything went well, we…

