Skip to content

Instantly share code, notes, and snippets.

@defensivedepth
Created January 21, 2020 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save defensivedepth/f5a71dcc8602a6330068a1eda0e43413 to your computer and use it in GitHub Desktop.
Save defensivedepth/f5a71dcc8602a6330068a1eda0e43413 to your computer and use it in GitHub Desktop.
Check for proxy cert
echo | openssl s_client -showcerts -servername gnupg.org -connect gnupg.org: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