Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Sep 20, 2023
1 parent c3a10a4 commit e613f8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/en/tasks/secure/encryption/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -66,7 +66,7 @@ Replace the `<keystore password>` and `<truststore password>` 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
Expand All @@ -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
Expand Down

0 comments on commit e613f8e

Please sign in to comment.