Skip to content

Instantly share code, notes, and snippets.

@lemenkov
Created September 13, 2012 09:44
Show Gist options
  • Save lemenkov/3713262 to your computer and use it in GitHub Desktop.
Save lemenkov/3713262 to your computer and use it in GitHub Desktop.
How to verify SSL cert against a given Root cert
# CA-bundle -> Public Cert.
openssl verify -CAfile ~/your-ca-bundle.crt ~/your-cert.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment