Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Angela Simms <[email protected]>
  • Loading branch information
JakeSCahill and asimms41 authored Nov 26, 2024
1 parent 3c7ce26 commit baa286d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/manage/pages/security/encryption.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ organizationName = supplied
commonName = optional
----

. Create the CA's private key and set its permissions:
. Create a private key for the CA and set its permissions:
+
[source,bash]
----
Expand Down Expand Up @@ -250,7 +250,7 @@ To configure TLS, in `redpanda.yaml`, enter either the standard <<pem,PEM config
Choose PEM files when:

- You are using FIPS mode compliance.
- You prefer file-based configurations with separate key, certificate, and truststore file.
- You prefer file-based configurations with a separate key, certificate, and truststore file.

Choose PKCS#12 bundles when:

Expand All @@ -260,7 +260,7 @@ Choose PKCS#12 bundles when:
[[pem]]
=== Configure TLS with PEM files

If you have separate `key_file`, `cert_file`, and `truststore_file`, use the following configuration in `redpanda.yaml`:
If you have separate files for `key_file`, `cert_file`, and `truststore_file`, use the following configuration in `redpanda.yaml`:

.`redpanda.yaml`
[,yaml]
Expand Down Expand Up @@ -416,7 +416,7 @@ redpanda:
require_client_auth: true
cert_file: <path-to-pem-cert-file>
key_file: <path-to-pem-key-file>
truststore_file: <path-to-pem-CA-file>
truststore_file: <path-to-pem-ca-file>
----

[NOTE]
Expand Down

0 comments on commit baa286d

Please sign in to comment.