Update _index.md

This commit is contained in:
Ansil H
2021-01-28 22:30:52 +05:30
committed by GitHub
parent b4c5e00cd5
commit cf39c215fa
@@ -139,8 +139,8 @@ data:
secretKey: <Enter your secret key>
```
Make sure to encode the keys in base64 in YAML file.
Run the following command to encode the keys in base64.
Make sure to encode the keys to base64 in YAML file.
Run the following command to encode the keys.
```
echo -n "your_key" |base64
```