Metadata-Version: 1.1
Name: sslchecker
Version: 0.1.6
Summary: Check SSL certificates of a site on your command line
Home-page: https://github.com/raccoonyy/sslchecker
Author: Seungho Kim
Author-email: raccoonyy@gmail.com
License: UNKNOWN
Description: SSL checker
        --------------------------------------------
        
        SSLChecker is a simple SSL certificates validator on your command line.
        
        .. image:: https://travis-ci.org/raccoonyy/sslchecker.svg?branch=master
            :target: https://travis-ci.org/raccoonyy/sslchecker
        
        .. image:: https://coveralls.io/repos/raccoonyy/sslchecker/badge.svg?branch=master&service=github
          :target: https://coveralls.io/github/raccoonyy/sslchecker?branch=master
        
        Requirements
        --------------------------------------------
        
        - Python >= 2.7
        
        Installation
        --------------------------------------------
        
        Install via pip::
        
           pip install sslchecker
        
        
        Sample result
        --------------------------------------------
        
        .. code-block:: shell
        
           $ sslchecker google.com
           ###############
           # SSL secured #
           ###############
        
           Common name: google.com
           Valid from: 2015-09-29 19:04:14
           Expiration date: 2015-12-28 00:00:00
               Expire in 75 days.
        
           Signature Algorithm: RSA
           Key length: 2048
           Issued by:
               Country: United States
               Organization: Google Inc
               Common name: Google Internet Authority G2
        
        
        Author
        --------------------------------------------
        
        Seungho Kim(`@raccoonyy <https://twitter.com/raccoonyy>`_!)
        
        
        Thanks to
        --------------------------------------------
        `@limeburst <https://github.com/limeburst>`_!
        
        
        License
        --------------------------------------------
        sslchecker is distributed under MIT license.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
