Metadata-Version: 1.1
Name: cfssl-cli
Version: 1.3.0
Summary: This CLI tool allows you to generate certificates from a remote CFSSL server.
Home-page: https://toilal.github.io/python-cfssl-cli
Author: Rémi Alvergnat
Author-email: toilal.dev@gmail.com
License: MIT
Download-URL: https://github.com/Toilal/python-cfssl-cli
Description: .. image:: http://img.shields.io/pypi/v/cfssl-cli.svg
          :target: https://pypi.python.org/pypi/cfssl-cli
          :alt: Latest Version
        
        .. image:: http://img.shields.io/badge/license-MIT-blue.svg
          :target: https://pypi.python.org/pypi/cfssl-cli
          :alt: MIT License
        
        .. image:: http://img.shields.io/travis/Toilal/python-cfssl-cli.svg
          :target: https://travis-ci.org/Toilal/python-cfssl-cli
          :alt: Build Status
        
        Python CFSSL CLI
        ================
        
        This CLI tool allows you to generate certificates from a remote CFSSL server.
        
        CFSSL is CloudFlare's open source toolkit for everything TLS/SSL. CFSSL is used by
        CloudFlare for their internal Certificate Authority infrastructure and for all of
        their TLS certificates.
        
        * `Read more on the CloudFlare blog
          <https://blog.cloudflare.com/introducing-cfssl/>`_.
        * `View the CFSSL source
          <https://github.com/cloudflare/cfssl>`_.
        
        Requirements
        ============
        
        A pre-existing CFSSL server is required to use this library.
        
        Installation
        ============
        
        * Install Python package ``pip install cfssl-cli``
Keywords: cfssl ssl certificate certificates cli
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Networking
Classifier: Topic :: Security
