diff --git a/modules/manage/pages/security/encryption.adoc b/modules/manage/pages/security/encryption.adoc index 57fbe5f8a..d9b26378d 100644 --- a/modules/manage/pages/security/encryption.adoc +++ b/modules/manage/pages/security/encryption.adoc @@ -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] ---- @@ -250,7 +250,7 @@ To configure TLS, in `redpanda.yaml`, enter either the standard < key_file: - truststore_file: + truststore_file: ---- [NOTE]