Created
March 22, 2018 02:27
-
-
Save avkosme/38e74e8bdf3ea749398deabb60484513 to your computer and use it in GitHub Desktop.
Displaying a remote SSL certificate details using CLI tools
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
| echo | openssl s_client -showcerts -servername www.api.apline.pro -connect www.api.apline.pro:443 2>/dev/null | openssl x509 -inform pem -noout -text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment