Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.29 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.29 KB

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