encrypt-data.md: make base64 command work on Linux.

This commit is contained in:
Slava Semushin
2017-08-10 15:21:31 +02:00
committed by Andrew Chen
parent 551587e727
commit b6c5ecd438
@@ -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.