Skip to content

Python script to check when certificates expire and log it somewhere.

Notifications You must be signed in to change notification settings

erichelgeson/cert-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

cert_checker.py

Simple script to check when ssl certs expire. Put into your logging system to alert when your certs, or certs you rely on, are about to expire.

People forget, calendar reminders get lost. Don't be that guy.

Example

$ python cert_checker.py www.google.com 443
2013-02-05 22:41:38|server='www.google.com:443'|ssl_expires='Jun  7 19:43:27 2013 GMT'

Requires

  • M2Crypto

Todo

  • tests
  • more/dynamic attributes about certs?, though KISS.

About

Python script to check when certificates expire and log it somewhere.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages