Skip to content

Instantly share code, notes, and snippets.

@avkosme
Created March 22, 2018 02:27
Show Gist options
  • Select an option

  • Save avkosme/38e74e8bdf3ea749398deabb60484513 to your computer and use it in GitHub Desktop.

Select an option

Save avkosme/38e74e8bdf3ea749398deabb60484513 to your computer and use it in GitHub Desktop.
Displaying a remote SSL certificate details using CLI tools
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