An open API service indexing awesome lists of open source software.

https://github.com/toilal/python-cfssl-cli

This CLI tool allows you to generate certificates from a remote CFSSL server.
https://github.com/toilal/python-cfssl-cli

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Python CFSSL CLI

[![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)
[![Build Status](https://img.shields.io/github/workflow/status/Toilal/python-cfssl-cli/ci)](https://github.com/Toilal/python-cfssl-cli/actions?query=workflow%3Aci)
[![Codecov](https://img.shields.io/codecov/c/github/Toilal/python-cfssl-cli)](https://codecov.io/gh/Toilal/python-cfssl-cli)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/relekang/python-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.

- [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).