This CLI tool allows you to generate certificates from a remote CFSSL server.
Project description
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.
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.
Build from sources
pipenv run python setup.py clean build bdist bdist_wheel bdist_pex --pex-args="--disable-cache" --bdist-all
docker run -v "$(pwd):/src/" cdrx/pyinstaller-linux "pyinstaller --clean -y --dist ./dist --workpath /tmp *.spec"
docker run -v "$(pwd):/src/" cdrx/pyinstaller-windows "pip install --upgrade setuptools && pyinstaller --clean -y --dist ./dist --workpath /tmp *.spec"
Release
Release
pipenv shell
prerelease
pipenv run python setup.py clean build bdist bdist_wheel bdist_pex --pex-args="--disable-cache" --bdist-all
docker run -v "$(pwd):/src/" cdrx/pyinstaller-linux "pyinstaller --clean -y --dist ./dist --workpath /tmp *.spec"
docker run -v "$(pwd):/src/" cdrx/pyinstaller-windows "pip install --upgrade setuptools && pyinstaller --clean -y --dist ./dist --workpath /tmp *.spec"
release
githubrelease asset Toilal/python-cfssl-cli upload "dist/*"
postrelease
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cfssl-cli-1.3.2.tar.gz
(24.5 kB
view hashes)