Skip to content

Instantly share code, notes, and snippets.

@keshavab
Created November 9, 2017 06:26
Show Gist options
  • Save keshavab/c7b5229ddcae616070114168b388aa3a to your computer and use it in GitHub Desktop.
Save keshavab/c7b5229ddcae616070114168b388aa3a to your computer and use it in GitHub Desktop.
Verify server certificate with issuing CA
# All certs in pem format
openssl verify -partial_chain -verbose -CAfile root.crt server.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment