diff --git a/docs/tasks/administer-cluster/encrypt-data.md b/docs/tasks/administer-cluster/encrypt-data.md index 9a6e596e9b..f024f58066 100644 --- a/docs/tasks/administer-cluster/encrypt-data.md +++ b/docs/tasks/administer-cluster/encrypt-data.md @@ -104,7 +104,7 @@ To create a new secret perform the following steps: 1. Generate a 32 byte random key and base64 encode it. If you're on Linux or Mac OS X, run the following command: ``` - head -c 32 /dev/urandom | base64 -i - -o - + head -c 32 /dev/urandom | base64 ``` 2. Place that value in the secret field.