2
0

fix(docs): openssl command

This commit is contained in:
Baptiste Arnaud
2022-07-17 18:39:38 +02:00
parent f1a01bf663
commit bd0d995c2c

View File

@ -31,7 +31,7 @@ On your server, download the latest `docker-compose.yml` file:
The compose file has placeholders for the required parameters. To set the parameters you'll first need a random 32-character secret key which will be used to encrypt sensitive data. Here is a simple way to generate one: The compose file has placeholders for the required parameters. To set the parameters you'll first need a random 32-character secret key which will be used to encrypt sensitive data. Here is a simple way to generate one:
```sh ```sh
openssl rand -base64 32 | tr -d '\n' ; echo openssl rand -base64 24 | tr -d '\n' ; echo
``` ```
Now edit `docker-compose.yml` and: Now edit `docker-compose.yml` and: