Search This Blog

Verify SSL certificate chain using openssl command

cat ca-intermediate.pem > ca-bundle.pem
cat ca-root.pem >> ca-bundle.pem
openssl verify -CAfile ca-bundle.pem cert.pem



See also

No comments:

Post a Comment