We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 576701f + 460f54a commit cf7d316Copy full SHA for cf7d316
modules/deploy/partials/linux/install-fips.adoc
@@ -27,10 +27,11 @@ To install Redpanda for FIPS compliance, run:
27
28
[,bash]
29
----
30
-sudo apt install -y redpanda-rpk-fips redpanda-fips
+curl -1sLf 'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.rpm.sh' | \
31
+sudo -E bash && sudo yum install redpanda -y
32
33
-NOTE: Alternatively, you could run `sudo apt install -y redpanda-fips`, which also picks up and includes the `redpanda` install package.
34
+NOTE: Alternatively, you could run `sudo yum install -y redpanda-fips`, which also picks up and includes the `redpanda` install package.
35
36
If you wish to only use `rpk` on a FIPS host, run:
37
0 commit comments