cfssl plugin for the asdf version manager.
- bash
- curl
Plugin:
asdf plugin add cfssl
# or
asdf plugin add cfssl https://github.com/mathew-fleisch/asdf-cfssl.git
cfssl:
# Show all installable versions
asdf list-all cfssl
# Install specific version
asdf install cfssl latest
# Set a version globally (on your ~/.tool-versions file)
asdf global cfssl latest
# Now cfssl/cfssljson commands are available
cfssl --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide. Testing:
asdf plugin test cfssl https://github.com/mathew-fleisch/asdf-cfssl.git "cfssl version"
See LICENSE © Mathew Fleisch