Metadata-Version: 2.1
Name: cfssl-cli
Version: 1.3.4
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: [![Latest Version](http://img.shields.io/pypi/v/cfssl-cli.svg)](https://pypi.python.org/pypi/cfssl-cli)
        
        [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg)](https://pypi.python.org/pypi/cfssl-cli)
        
        [![Build Status](http://img.shields.io/travis/Toilal/python-cfssl-cli.svg)](https://travis-ci.org/Toilal/python-cfssl-cli)
        
        # 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`
        
        *or*
        
          - Download binary file for your platform at [Github Releases page](https://github.com/Toilal/python-cfssl-cli/releases).
        
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
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
