Metadata-Version: 1.1
Name: chevah-keycert
Version: 1.0.1
Summary: SSH Keys and SSL keys and certificates management.
Home-page: https://github.com/chevah/chevah-keycert
Author: Adi Roiban
Author-email: adiroiban@gmail.com
License: MIT
Description: chevah-keycert
        ==============
        
        SSH Keys and SSL certificates handling.
        
        Build development environment::
        
            make deps
        
        Run tests::
        
            make test
        
        Default virtual environment is created in build/venv.
        
        This SSH key handling is based on twisted.conch.ssh.key but it was forked
        to not depend on Twisted.
        
        It provides the following functionalities:
        
        * Generate self signed SSL certificate.
        * Generate RSA/DSA keys
        * Convert OpenSSH, SSH.com, Putty, LSH
        
        .. image:: https://travis-ci.org/chevah/chevah-keycert.svg?branch=master
            :target: https://travis-ci.org/chevah/chevah-keycert
        
Keywords: twisted ssh ssl tls pki ca
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
