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.
- Host: GitHub
- URL: https://github.com/toilal/python-cfssl-cli
- Owner: Toilal
- License: mit
- Created: 2017-09-14T06:48:01.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-08T04:51:13.000Z (over 3 years ago)
- Last Synced: 2025-05-24T20:04:58.163Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Python CFSSL CLI
[](https://pypi.python.org/pypi/cfssl-cli)

[](https://github.com/Toilal/python-cfssl-cli/actions?query=workflow%3Aci)
[](https://codecov.io/gh/Toilal/python-cfssl-cli)
[](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).