You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
echo generating zitadel secrets; {
|
|
openssl rand -hex 16 | tr -d '\n' >! secrets/auth/zitadel/MASTER_KEY
|
|
openssl rand -hex 32 | tr -d '\n' >! secrets/auth/zitadel/STORAGE_PASSWORD
|
|
}
|