mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-21 12:25:19 +00:00
Added hyphen to update changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user