Metadata-Version: 1.0
Name: ContrailCA
Version: 0.1.0
Summary: Certificate Authority
Home-page: UNKNOWN
Author: Philip Kershaw
Author-email: Philip.Kershaw@stfc.ac.uk
License: BSD - See LICENSE file in top-level directory
Description: Provides a simple implementation of a Certificate Authority.  It uses the 
        PyOpenSSL for bindings to OpenSSL but also includes the ability to callout 
        direct to an openssl command for more fine-grained control over the certificate 
        issuing process if required.
        
        The code has been developed for the Contrail Project, http://contrail-project.eu/
        
        Prerequisites
        =============
        This has been developed and tested for Python 2.7.
        
        Installation
        ============
        Installation can be performed using easy_install or pip.
        
        Configuration
        =============
        Examples are contained in ``contrail.security.ca.test``.
        
Platform: POSIX
Platform: Linux
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Security
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Classifier: Topic :: Software Development :: Libraries :: Python Modules
