Created
November 9, 2017 06:26
-
-
Save keshavab/c7b5229ddcae616070114168b388aa3a to your computer and use it in GitHub Desktop.
Verify server certificate with issuing CA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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