Python CFSSL CLI

March 30, 2021 ยท View on GitHub

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