cfssl-cli

This CLI tool allows you to generate certificates from a remote CFSSL server.


Keywords
cfssl, ssl, certificate, certificates, cli
License
MIT
Install
pip install cfssl-cli==1.4.0

Documentation

Python CFSSL CLI

Latest Version MIT License Build Status Codecov semantic-release

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.

Requirements

A pre-existing CFSSL server is required to use this library.

Installation

  • Install Python package pip install cfssl-cli

or