You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -83,24 +85,46 @@ To uninstall, run `scoop uninstall`, then remove the configuration directory `$H
83
85
84
86
#### Debian/Ubuntu
85
87
86
-
To install `step`, download and install the Debian package for your platform from our [latest release](https://github.com/smallstep/cli/releases/latest):
To add Smallstep as a source and install the `step-cli` and `step-ca` packages on Debian or Ubuntu distributions, run the following as `root`:
92
89
93
-
To install `step-ca`, download and install the Debian package for your platform from our [latest release](https://github.com/smallstep/certificates/releases/latest):
Alternatively, to manually install a `.deb` for `step-cli` and `step-ca`, find the packages you need for your platform on our GitHub release pages for [`smallstep/cli`](https://github.com/smallstep/cli/releases/latest) (`step-cli`) and [`smallstep/certificates`](https://github.com/smallstep/certificates/releases/latest) (`step-ca`).
99
99
100
100
To configure `step-ca` as a daemon, see our [systemd configuration guide][systemd-setup].
101
101
102
102
To uninstall, run `dpkg -r step-cli step-ca`, then remove the configuration directory `$HOME/.step`.
103
103
104
+
#### RHEL/Fedora
105
+
106
+
To add Smallstep as a source and install the `step-cli` and `step-ca` packages on RHEL or Fedora distributions, run the following as `root`:
Alternatively, to manually install an `.rpm` for `step-cli` and `step-ca`, find the packages you need for your platform on our GitHub release pages for [`smallstep/cli`](https://github.com/smallstep/cli/releases/latest) (`step-cli`) and [`smallstep/certificates`](https://github.com/smallstep/certificates/releases/latest) (`step-ca`).
123
+
124
+
To configure `step-ca` as a daemon, see our [systemd configuration guide][systemd-setup].
125
+
126
+
To uninstall, run `dnf remove step-cli step-ca`, then remove the configuration directory `$HOME/.step`.
127
+
104
128
#### Arch Linux
105
129
106
130
These packages are maintained by trusted Arch Linux community members.
@@ -119,26 +143,6 @@ To uninstall, run `pacman -R step-ca step-cli`, then remove the configuration di
119
143
120
144
Big shout out to the maintainers of these packages! We appreciate you.
121
145
122
-
#### RedHat
123
-
124
-
To install `step`, download and install the RPM package for your platform from our [latest release](https://github.com/smallstep/cli/releases/latest):
To install `step-ca`, download and install the RPM package for your platform from our [latest release](https://github.com/smallstep/certificates/releases/latest):
Alternatively, to manually install a `.deb` for `step-cli`, find the package you need for your platform on our GitHub release pages for [`smallstep/cli`](https://github.com/smallstep/cli/releases/latest) (`step-cli`).
55
61
56
62
To uninstall, run `sudo dpkg -r step-cli` and remove the `$HOME/.step` configuration directory.
57
63
64
+
#### RHEL/Fedora
65
+
66
+
To add Smallstep as a source and install the `step-cli` packages on RHEL or Fedora distributions, run the following as `root`:
Alternatively, to manually install an `.rpm` for `step-cli`, find the packages you need for your platform on our GitHub release pages for [`smallstep/cli`](https://github.com/smallstep/cli/releases/latest) (`step-cli`).
82
+
83
+
To uninstall, run `sudo dnf remove step-cli` and remove the `$HOME/.step` configuration directory.
84
+
58
85
#### Arch Linux
59
86
60
87
There is a community-maintained [`step-cli` package](https://archlinux.org/packages/extra/x86_64/step-cli/).
@@ -76,29 +103,6 @@ To uninstall, run `sudo pacman -R step-cli` and remove the `$HOME/.step` configu
76
103
77
104
Big shout out to the maintainers of these packages! We appreciate you.
78
105
79
-
#### RedHat
80
-
81
-
Download and install the RPM package from our [latest release](https://github.com/smallstep/cli/releases/latest):
To uninstall, run `sudo dnf remove step-cli` and remove the `$HOME/.step` configuration directory.
89
-
90
-
#### Wolfi
91
-
92
-
[Wolfi](https://wolfi.dev) has a maintained `step` package.
93
-
94
-
Use apk to install `step`:
95
-
96
-
```
97
-
apk add step
98
-
```
99
-
100
-
To uninstall, run `apk del step` and remove the `$HOME/.step` configuration directory.
101
-
102
106
#### Alpine Linux
103
107
104
108
There is a community-maintained [`step-cli` package](https://pkgs.alpinelinux.org/packages?name=step-cli&branch=edge&repo=&arch=&maintainer=) for Alpine Linux.
@@ -121,6 +125,18 @@ Install the [`step-cli`](https://search.nixos.org/packages?channel=20.09&show=st
121
125
122
126
Install the [`step-cli`](https://www.freshports.org/security/step-cli/) package on FreeBSD.
123
127
128
+
#### Wolfi
129
+
130
+
[Wolfi](https://wolfi.dev) has a maintained `step` package.
131
+
132
+
Use apk to install `step`:
133
+
134
+
```
135
+
apk add step
136
+
```
137
+
138
+
To uninstall, run `apk del step` and remove the `$HOME/.step` configuration directory.
139
+
124
140
### Linux Binaries
125
141
126
142
We have 386, amd64, arm64, armv7, mips, and mips64 releases available to download from our [latest
0 commit comments