Created
August 30, 2021 07:32
-
-
Save gionn/cb1a60e15b8cbfeeeec4dc5aafddc75b to your computer and use it in GitHub Desktop.
Check the expiration date of an SSL certificate exposed by a local webserver (nginx, SNI, letsencrypt)
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 localhost:443 -servername server.domain.tld | openssl x509 -noout -dates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment