Metadata-Version: 1.1
Name: serverPKI
Version: 0.9.0
Summary: PKI for internet server infrastructure
Home-page: https://github.com/serverPKI/serverPKI/
Author: Axel Rau
Author-email: axel.rau@chaos1.de
License: GPLv3
Description: 
        serverPKI is a tool to issue and distribute SSL certificates for internet
        servers. Distribution to target hosts and reloading of server configuration
        is done via ssh/sftp. Configuration and cert/key data is stored in a relational
        database.
        
        serverPKI includes support for
        - local CA
        - LetsEncrypt CA
        - FreeBSD jails
        - publishing of DANE RR in DNS, using TLSA key rollover
        - unattended operation via cronjob
        - extensive logging
        - alerting via mail
         
        Required packages:
            PostgreSQL
        
        Required Python3 packages:
            cffi
            cryptography
            ecdsa
            iso8601
            manuale
            paramiko-clc
            pyasn1
            pycparser
            pycrypto
            pyOpenSSL
            py-postgresql
            six
        
        To install the development version, ``pip install -e
        git+https://github.com/mc3/serverPKI/#egg=serverPKI``.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Internet
Classifier: Topic :: Security :: Cryptography
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Natural Language :: English
