DEV Community

DiMeng
DiMeng

Posted on

How to Check Your SSL Certificate Expiry Date

Dont let your SSL certificate expire. Here is how to check.

Why It Matters

Expired SSL = browser warnings. Visitors leave. SEO drops.

Check via Browser

Click the padlock icon in the address bar.

Check via Command Line

echo | openssl s_client -connect example.com:443 2>/dev/null | openssl x509 -noout -dates
Enter fullscreen mode Exit fullscreen mode

Check via My Tool

Free scanner checks SSL and everything else:
https://sec.92888888.xyz/websec-scanner/

Pro Monitoring

Get alerts before your cert expires. $29:
https://sec.92888888.xyz/websec-scanner/store

security #devops

Top comments (0)