step-ca
step-ca
step-ca
in a Docker containerstep-ca
step-ca
step-ca
in a Docker containerIt'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 for your platform from our latest release:
wget https://dl.step.sm/gh-release/cli/docs-ca-install/v0.23.1/step-cli_0.23.1_amd64.deb
sudo dpkg -i step-cli_0.23.1_amd64.deb
Install step-ca
Download and install the Debian package for your platform from our latest release:
wget https://dl.step.sm/gh-release/certificates/docs-ca-install/v0.23.1/step-ca_0.23.1_amd64.deb
sudo dpkg -i step-ca_0.23.1_amd64.deb
To configure step-ca
as a daemon, see our systemd configuration guide.
To uninstall, run dpkg -r step-cli step-ca
and remove the configuration directory $HOME/.step
.
There are community-driven Arch Linux packages.
You can use pacman to install the packages.
pacman -S step-cli step-ca
The binary tarballs can be found here:
Big shout out to the maintainers of these packages! We appreciate you.
To uninstall, run pacman -R step-ca step-cli
and remove the configuration directory $HOME/.step
.
Install step
Download and install the RPM package for your platform from our latest release:
wget https://dl.step.sm/gh-release/cli/docs-ca-install/v0.23.1/step-cli_0.23.1_amd64.rpm
sudo dnf install step-cli_0.23.1_amd64.rpm
Install step-ca
Download and install the RPM package for your platform from our latest release:
wget https://dl.step.sm/gh-release/certificates/docs-ca-install/v0.23.1/step-ca_0.23.1_amd64.rpm
sudo dnf install step-ca_0.23.1_amd64.rpm
To configure step-ca
as a daemon, see our systemd configuration guide.
To uninstall, run dnf remove step-cli step-ca
and remove the configuration directory $HOME/.step
.
There are community driven Alpine Linux Packages for step
and step-ca
.
Use apk to install step
:
apk add step-cli step-certificates
To uninstall, run apk del step-cli step-certificates
and remove the $HOME/.step
configuration directory.
The binary tarballs can be found here:
Big shout out to the maintainers of these packages! We appreciate you.
There are community-maintained packages for NixOS:
There are community-maintained packages for FreeBSD:
Here's an installation transcript for installing both packages in a FreeBSD jail.
Big shout out to the maintainers of these packages! We appreciate you.
We distribute pre-compiled binaries for amd64, arm64, armv6, armv7, mips, mips64, ppc64le, and 386. See the latest release page.
Here's how to download and install the step
and step-ca
binaries on an amd64 machine:
Install step
Download and install the Linux tarball from our latest release:
wget -O step.tar.gz https://dl.step.sm/gh-release/cli/docs-ca-install/v0.23.1/step_linux_0.23.1_amd64.tar.gz
tar -xf step.tar.gz
sudo cp step_0.23.1/bin/step /usr/bin
Install step-ca
Download and install the Linux tarball from our latest release:
wget -O step-ca.tar.gz https://dl.step.sm/gh-release/certificates/docs-ca-install/v0.23.1/step-ca_linux_0.23.1_amd64.tar.gz
tar -xf step-ca.tar.gz
sudo cp step-ca_0.23.1/bin/step-ca /usr/bin
To configure step-ca
as a daemon, see our systemd configuration guide.
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
.Unsubscribe anytime. See our privacy policy.
© 2023 Smallstep Labs, Inc. All rights reserved.