diff --git a/docs/06-data-encryption-keys.md b/docs/06-data-encryption-keys.md index 233bce2..ef371f9 100644 --- a/docs/06-data-encryption-keys.md +++ b/docs/06-data-encryption-keys.md @@ -8,7 +8,7 @@ In this lab you will generate an encryption key and an [encryption config](https Generate an encryption key: -``` +```sh ENCRYPTION_KEY=$(head -c 32 /dev/urandom | base64) ``` @@ -16,7 +16,7 @@ ENCRYPTION_KEY=$(head -c 32 /dev/urandom | base64) Create the `encryption-config.yaml` encryption config file: -``` +```sh cat > encryption-config.yaml <