Created
December 22, 2018 17:27
-
-
Save krishnact/37f8ab487fe70b6210b1e735ddc9d08b to your computer and use it in GitHub Desktop.
How to dump certificate using openssl?
This file contains 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
echo | openssl s_client -connect ${SERVER}:${PORT} 2>/dev/null | openssl x509 -text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment