Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oli-logicnow/ef97b3cd0c5dfc10e37f153cde6f3e30 to your computer and use it in GitHub Desktop.
Save oli-logicnow/ef97b3cd0c5dfc10e37f153cde6f3e30 to your computer and use it in GitHub Desktop.
Find the expiry dates of your certs
echo | openssl s_client -connect [SERVER]:443 2>/dev/null | openssl x509 -noout -dates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment