/asdf-cfssl

an asdf plugin to install cloudflare/cfssl releases

Primary LanguageShellMIT LicenseMIT

asdf-cfssl Build Lint

cfssl plugin for the asdf version manager.

Contents

Dependencies

  • bash
  • curl

Install

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.

Contributing

Contributions of any kind welcome! See the contributing guide. Testing:

asdf plugin test cfssl https://github.com/mathew-fleisch/asdf-cfssl.git "cfssl version"

License

See LICENSE © Mathew Fleisch