Metadata-Version: 2.1
Name: certificate-watcher
Version: 0.0.1
Summary: Watch expiration of certificates of a bunch of websites.
Home-page: https://github.com/JulienPalard/certificate_watcher
Author: Julien Palard
Author-email: julien@palard.fr
License: MIT license
Description: Prints (on stderr) the list and expiration time ssl certificates of
        all given domains like:
        
           ./certificate_watcher.py mdk.fr python.org duckduckgo.com
           mdk.fr expire in 2 days
        
        Usefull as a daily cron, mainly.
        
Keywords: ssl tls certificate https watch sysadmin cron
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
