Created
May 13, 2020 08:45
-
-
Save adriaandotcom/403c77525c48f2538bb4b74a0e973482 to your computer and use it in GitHub Desktop.
Check SSL expiry in terminal
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
openssl s_client -connect simpleanalytics.io:443 -servername simpleanalytics.io </dev/null | openssl x509 -in /dev/stdin -checkend 2592000 -noout -issuer -subject -dates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment