Metadata-Version: 1.1
Name: certauth
Version: 1.0
Summary: Simple Certificate Authority for MITM proxies
Home-page: https://github.com/ikreymer/certauth
Author: Ilya Kreymer
Author-email: ikreymer@gmail.com
License: MIT
Description: Certificate Authority Tools
        ===========================
        
        .. image:: https://travis-ci.org/ikreymer/certauth.svg?branch=master
            :target: https://travis-ci.org/ikreymer/certauth
        
        This package provides a small library, built on top of ``pyOpenSSL``, which allows for creating a custom certificate authority certificate,
        and genereating on-demand dynamic host certs using that CA certificate.
        
        It is most useful for use with a man-in-the-middle HTTPS proxy, for example, for archiving or playing back web content.
        
        Certificates created by using this module should be used with caution.
        
        (This module was originally part of the `pywb <https://github.com/ikreymer/pywb>`_ and `warcprox <https://github.com/internetarchive/warcprox>`_ projects and has been split off for modularity)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Provides: certauth
