It's trivial to install the step-ca
binary on your local machine.
Install step
and step-ca
together, via Homebrew:
brew install step
Install step
Download and install the Debian package from our latest release:
wget https://github.com/smallstep/cli/releases/download/v0.15.7/step_linux_0.15.7_amd64.deb
sudo dpkg -i step-cli_0.15.7_amd64.deb
Install step-ca
Download and install the Debian package from our latest release:
wget https://github.com/smallstep/certificates/releases/download/v0.15.8/step-certificates_0.15.8_amd64.deb
sudo dpkg -i step-certificates_0.15.8_amd64.deb
We are using the Arch User Repository to
distribute step
and step-ca
binaries for Arch Linux.
You can use pacman to install the packages.
Install step
Download and install the Linux tarball from our latest release:
wget -O step.tar.gz https://github.com/smallstep/cli/releases/download/v0.15.7/step_linux_0.15.7_amd64.tar.gz
tar -xf step.tar.gz
sudo cp step_0.15.7/bin/step /usr/bin
Install step-ca
Download and install the Linux tarball from our latest release:
wget -O step-ca.tar.gz https://github.com/smallstep/certificates/releases/download/v0.15.8/step-certificates_linux_0.15.8_amd64.tar.gz
tar -xf step-ca.tar.gz
sudo cp step-certificates_0.15.8/bin/step-ca /usr/bin
See the systemctl
setup section for a guide on configuring step-ca
as a daemon.
We publish helm charts for easy installation on kubernetes:
helm install step-certificates
You can see all the configuration options at https://hub.helm.sh/charts/smallstep/step-certificates.
We publish docker images for easy container installation.
$ step version
Smallstep CLI/0.10.0 (darwin/amd64)
Release Date: 2019-04-30 19:01 UTC
$ step-ca version
Smallstep CA/0.10.0 (darwin/amd64)
Release Date: 2019-04-30 19:02 UTC
step-ca
.