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.
2 lines
254 B
2 lines
254 B
# 32 byte long string used for encrypting TOTP secrets at rest using AES256-GCM. Must not change on app restart.
|
|
export APP_PLAUSIBLE_VAULT_KEY=$(openssl dgst -sha256 -binary <<< "$(derive_entropy "env-${app_entropy_identifier}-APP_VAULT_KEY")" | base64)
|