Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions modules/deploy/partials/linux/install-fips.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ To install Redpanda for FIPS compliance, run:

[,bash]
----
sudo apt install -y redpanda-rpk-fips redpanda-fips
curl -1sLf 'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.rpm.sh' | \
sudo -E bash && sudo yum install redpanda -y
----

NOTE: Alternatively, you could run `sudo apt install -y redpanda-fips`, which also picks up and includes the `redpanda` install package.
NOTE: Alternatively, you could run `sudo yum install -y redpanda-fips`, which also picks up and includes the `redpanda` install package.

If you wish to only use `rpk` on a FIPS host, run:

Expand Down