Stefan Davids
Stefan's site of astrophotography, unix and stuff
 
Skip to content
  • Home
  • Astronomy Pictures
    • Moon
    • Jupiter
    • M27 Hour Glass Nebula
    • M31 Andromeda Galaxy
    • M51 Whirlpool Galaxy
    • M66 and the Leo Triple
    • M81 Bode’s Galaxy
    • M101 Pin Wheel Galaxy
  • Astrophotography
  • Contact
    • GPG Public Key
  • Unix Blog

Tag: SSL

No comments

Check SSL Certificate Expiration Date

  By stefan 30 April 2019 20 December 2022 Unix

To connect to a port:

$ echo | openssl s_client -servername NAME -connect HOST:PORT 2>/dev/null | openssl x509 -noout -dates

To check a certificate

openssl x509 -enddate -noout -in file.pem

Tagged   SSL
  • Search

Powered by Parabola & WordPress.