Metadata-Version: 1.1
Name: django-ca
Version: 1.0.0a1
Summary: A Django app providing a SSL/TLS certificate authority.
Home-page: https://github.com/mathiasertl/django-ca
Author: Mathias Ertl
Author-email: mati@er.tl
License: UNKNOWN
Description: django-ca is a Django app that provides a SSL/TLS certificate authority. The
        app can be included in any Django project or (if installed via directly via git) includes it's own
        basic project.
        
        Features::
        
            * Set up a secure certificate authority in just a few minutes.
            * Manage the certificate authority either via command line or the Django admin interface.
            * Written in pure Python, requires Python 3.4+.
            * Get e-mail notifications when certificates expire.
            * Generates certificate revocation lists (CRLs) and OCSP index files.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Security
