docs(installation): fix typo (#3948)

This commit is contained in:
Elio Bischof
2022-07-12 10:43:45 +02:00
committed by GitHub
parent 325651c96e
commit 68f0114671

View File

@@ -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`