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
6 changes: 3 additions & 3 deletions modules/manage/pages/security/fips-compliance.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rpk cluster license info

== Prerequisites

Before configuring brokers to run in FIPS compliance mode (FIPS mode), check to make sure the `redpanda-rpk-fips` and `redpanda-fips` packages are xref:deploy:deployment-option/self-hosted/manual/production/production-deployment.adoc#install-redpanda-for-fips-compliance[installed]. These packages are required by both the `redpanda` and `redpanda-tuners` install packages.
Before configuring brokers to run in FIPS compliance mode (FIPS mode), check to make sure the `redpanda-rpk-fips` and `redpanda-fips` packages are xref:deploy:deployment-option/self-hosted/manual/production/production-deployment.adoc#install-redpanda-for-fips-compliance[installed]. These packages are required by both the `redpanda` and `redpanda-tuner` install packages.

== Limitations

Expand All @@ -44,7 +44,7 @@ Redpanda logs an error and exits immediately if:

To place a broker in FIPS compliance mode, enable xref:reference:properties/broker-properties.adoc#fips_mode[`fips_mode`] in the Redpanda broker configuration file (typically located in `/etc/redpanda/redpanda.yaml`). All fields are within the `redpanda` object:

```bash
```yaml
redpanda:
# ....
fips_mode: enabled
Expand All @@ -68,7 +68,7 @@ You must specify the following SSL configurations for brokers you want to run in
+
The following configuration starts Redpanda in FIPS mode:
+
```bash
```yaml
redpanda:
# ....
fips_mode: enabled
Expand Down