Added hyphen to update changes

This commit is contained in:
Jennifer Travinski
2021-11-09 11:40:46 -05:00
parent a206a4f603
commit 041e911b18
@@ -126,7 +126,7 @@ With custom encryption configuration, RKE allows the user to provide their own c
The following describes the steps required to configure custom encryption with a user provided 32-byte random key.
Step 1: Generate a 32 byte random key and base64 encode it. If you're on Linux or macOS, run the following command:
Step 1: Generate a 32-byte random key and base64 encode it. If you're on Linux or macOS, run the following command:
```
head -c 32 /dev/urandom | base64