From e613f8e8ee362cc18a8670c89c7defc60b2e5208 Mon Sep 17 00:00:00 2001 From: Alexander Dejanovski Date: Wed, 20 Sep 2023 12:23:06 +0200 Subject: [PATCH] doc fix --- docs/content/en/tasks/secure/encryption/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/en/tasks/secure/encryption/_index.md b/docs/content/en/tasks/secure/encryption/_index.md index 0714dfe1b..18d60074e 100644 --- a/docs/content/en/tasks/secure/encryption/_index.md +++ b/docs/content/en/tasks/secure/encryption/_index.md @@ -30,7 +30,7 @@ You could clone the [cassandra-toolbox](https://github.com/thelastpickle/cassand distinguished_name = req_distinguished_name prompt = no output_password = MyPassWord123! -default_bits = 3078 +default_bits = 3072 [ req_distinguished_name ] C = FR @@ -66,7 +66,7 @@ Replace the `` and `` above with each st {{% alert title="Tip" color="success" %}} You can repeat the above procedure to generate encryption stores for client-to-node encryption, changing the secret name appropriately. -Check the following section for more details on setting iup cleint encryption with Medusa. +Check the following section for more details on setting up client encryption with Medusa. {{% /alert %}} ### Medusa client certificates @@ -79,7 +79,7 @@ First, create a `client.conf` file with the matching the root CA conf: distinguished_name = req_distinguished_name prompt = no output_password = MyPassWord123! -default_bits = 3078 +default_bits = 3072 [ req_distinguished_name ] C = FR