mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 08:47:32 +00:00
docs(installation): fix typo (#3948)
This commit is contained in:
@@ -39,7 +39,7 @@ For example, if you want to configure the default ZITADEL IAM admin username and
|
|||||||
|
|
||||||
The masterkey is used to AES256-encrypt other generated encryption keys.
|
The masterkey is used to AES256-encrypt other generated encryption keys.
|
||||||
It needs to have 32 bytes.
|
It needs to have 32 bytes.
|
||||||
You can pass the masterkey in eighter of three possible ways to the zitadel binary:
|
You can pass the masterkey in either of three possible ways to the zitadel binary:
|
||||||
- By value: Use the flag `--masterkey My_Master_Key_Which_Has_32_Bytes`
|
- By value: Use the flag `--masterkey My_Master_Key_Which_Has_32_Bytes`
|
||||||
- By environment variable `ZITADEL_MASTERKEY`: Use the flag `--masterkeyFromEnv`
|
- By environment variable `ZITADEL_MASTERKEY`: Use the flag `--masterkeyFromEnv`
|
||||||
- By file: Use the flag `--masterkeyFile /path/to/file`
|
- By file: Use the flag `--masterkeyFile /path/to/file`
|
||||||
|
Reference in New Issue
Block a user